huzey commited on
Commit
9c40fc4
1 Parent(s): 28c6e21

fix ncut tsne

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ def ncut_run(
265
  affinity_focal_gamma=affinity_focal_gamma,
266
  knn_ncut=1,
267
  knn_tsne=10,
268
- num_sample_tsne=1000,
269
  embedding_method=embedding_method,
270
  perplexity=perplexity,
271
  n_neighbors=n_neighbors,
 
265
  affinity_focal_gamma=affinity_focal_gamma,
266
  knn_ncut=1,
267
  knn_tsne=10,
268
+ num_sample_tsne=500,
269
  embedding_method=embedding_method,
270
  perplexity=perplexity,
271
  n_neighbors=n_neighbors,