Skip to content

Commit

Permalink
Grouping subspace clustering methods (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishii-norimi authored Jul 20, 2024
1 parent 7227245 commit f4652dd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions js/model_selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ const AIMethods = [
{ value: 'dbclasd', title: 'DBCLASD' },
{ value: 'bridge', title: 'BRIDGE' },
],
Subspace: [
{ value: 'clique', title: 'CLIQUE' },
{ value: 'proclus', title: 'PROCLUS' },
{ value: 'orclus', title: 'ORCLUS' },
{ value: 'findit', title: 'FINDIT' },
{ value: 'doc', title: 'DOC / FastDOC' },
{ value: 'dish', title: 'DiSH' },
],
'': [
{ value: 'mutual_knn', title: 'Mutual kNN' },
{ value: 'art', title: 'Adaptive resonance theory' },
Expand All @@ -145,12 +153,6 @@ const AIMethods = [
{ value: 'clues', title: 'CLUES' },
{ value: 'chameleon', title: 'CHAMELEON' },
{ value: 'coll', title: 'COLL' },
{ value: 'clique', title: 'CLIQUE' },
{ value: 'proclus', title: 'PROCLUS' },
{ value: 'orclus', title: 'ORCLUS' },
{ value: 'findit', title: 'FINDIT' },
{ value: 'doc', title: 'DOC / FastDOC' },
{ value: 'dish', title: 'DiSH' },
{ value: 'plsa', title: 'PLSA' },
{ value: 'latent_dirichlet_allocation', title: 'Latent Dirichlet Allocation' },
{ value: 'nmf', title: 'NMF' },
Expand Down

0 comments on commit f4652dd

Please sign in to comment.