protected Cluster<SubspaceModel> |
DOC.makeCluster(elki.database.relation.Relation<? extends elki.data.NumberVector> relation,
elki.database.ids.DBIDs C,
long[] D) |
Utility method to create a subspace cluster from a list of DBIDs and the
relevant attributes.
|
Clustering<SubspaceModel> |
CLIQUE.run(elki.database.relation.Relation<? extends elki.data.NumberVector> relation) |
Performs the CLIQUE algorithm on the given database.
|
Clustering<SubspaceModel> |
DOC.run(elki.database.relation.Relation<? extends elki.data.NumberVector> relation) |
Performs the DOC or FastDOC (as configured) algorithm.
|
Clustering<SubspaceModel> |
P3C.run(elki.database.relation.Relation<? extends elki.data.NumberVector> relation) |
Performs the P3C algorithm on the given Database.
|
<V extends elki.data.NumberVector> Clustering<SubspaceModel> |
PROCLUS.run(elki.database.relation.Relation<V> relation) |
Performs the PROCLUS algorithm on the given database.
|
Clustering<SubspaceModel> |
SUBCLU.run(elki.database.relation.Relation<V> relation) |
Performs the SUBCLU algorithm on the given database.
|
protected Cluster<SubspaceModel> |
DOC.runDOC(elki.database.relation.Relation<? extends elki.data.NumberVector> relation,
elki.database.ids.ArrayModifiableDBIDs S,
int d,
int n,
int m,
int r,
int minClusterSize) |
Performs a single run of DOC, finding a single cluster.
|
protected Cluster<SubspaceModel> |
FastDOC.runDOC(elki.database.relation.Relation<? extends elki.data.NumberVector> relation,
elki.database.ids.ArrayModifiableDBIDs S,
int d,
int n,
int m,
int r,
int minClusterSize) |
Performs a single run of FastDOC, finding a single cluster.
|