udpated perplexity factor

This commit is contained in:
2025-08-11 16:11:21 +01:00
parent fd9b25f256
commit ce906e4f9a

View File

@@ -104,7 +104,7 @@ def create_separation_controls(method):
if method == "t-SNE":
perplexity_factor = st.sidebar.slider(
"Perplexity Factor",
0.5, 2.0, 1.0, 0.1,
0.1, 2.0, 1.0, 0.1,
help="Affects local vs global structure balance. Lower values focus on local details."
)