Skip to content

Commit f4652dd

Browse files
authored
Grouping subspace clustering methods (#887)
1 parent 7227245 commit f4652dd

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

js/model_selector.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ const AIMethods = [
135135
{ value: 'dbclasd', title: 'DBCLASD' },
136136
{ value: 'bridge', title: 'BRIDGE' },
137137
],
138+
Subspace: [
139+
{ value: 'clique', title: 'CLIQUE' },
140+
{ value: 'proclus', title: 'PROCLUS' },
141+
{ value: 'orclus', title: 'ORCLUS' },
142+
{ value: 'findit', title: 'FINDIT' },
143+
{ value: 'doc', title: 'DOC / FastDOC' },
144+
{ value: 'dish', title: 'DiSH' },
145+
],
138146
'': [
139147
{ value: 'mutual_knn', title: 'Mutual kNN' },
140148
{ value: 'art', title: 'Adaptive resonance theory' },
@@ -145,12 +153,6 @@ const AIMethods = [
145153
{ value: 'clues', title: 'CLUES' },
146154
{ value: 'chameleon', title: 'CHAMELEON' },
147155
{ value: 'coll', title: 'COLL' },
148-
{ value: 'clique', title: 'CLIQUE' },
149-
{ value: 'proclus', title: 'PROCLUS' },
150-
{ value: 'orclus', title: 'ORCLUS' },
151-
{ value: 'findit', title: 'FINDIT' },
152-
{ value: 'doc', title: 'DOC / FastDOC' },
153-
{ value: 'dish', title: 'DiSH' },
154156
{ value: 'plsa', title: 'PLSA' },
155157
{ value: 'latent_dirichlet_allocation', title: 'Latent Dirichlet Allocation' },
156158
{ value: 'nmf', title: 'NMF' },

0 commit comments

Comments
 (0)