caliex commited on
Commit
489d82f
1 Parent(s): b9cef6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -67,14 +67,14 @@ def compare_manifold_learning(methods, n_samples, n_neighbors, n_components, per
67
  return "plot.png"
68
 
69
  method_options = [
70
- "LLE Standard",
71
- "LLE LTSA",
72
- "LLE Hessian",
73
- "LLE Modified",
74
  "Isomap",
75
- "MDS",
76
  "Spectral Embedding",
77
- "t-SNE"
78
  ]
79
 
80
  inputs = [
 
67
  return "plot.png"
68
 
69
  method_options = [
70
+ "Locally Linear Embeddings Standard",
71
+ "Locally Linear Embeddings LTSA",
72
+ "Locally Linear Embeddings Hessian",
73
+ "Locally Linear Embeddings Modified",
74
  "Isomap",
75
+ "MultiDimensional Scaling",
76
  "Spectral Embedding",
77
+ "T-distributed Stochastic Neighbor Embedding"
78
  ]
79
 
80
  inputs = [