Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace |
Axis-parallel subspace clustering algorithms
The clustering algorithms in this package are instances of both, projected clustering algorithms or
subspace clustering algorithms according to the classical but somewhat obsolete classification schema
of clustering algorithms for axis-parallel subspaces.
|
Modifier and Type | Method and Description |
---|---|
protected HiSC.HiSCClusterOrderEntry |
HiSC.makeSeedEntry(Relation<V> relation,
DBID objectID) |
Modifier and Type | Method and Description |
---|---|
Class<? super HiSC.HiSCClusterOrderEntry> |
HiSC.getEntryType() |
protected Collection<HiSC.HiSCClusterOrderEntry> |
HiSC.getNeighborsForDBID(Relation<V> relation,
DBID id) |
ClusterOrderResult<HiSC.HiSCClusterOrderEntry> |
HiSC.run(Relation<V> relation) |
Modifier and Type | Method and Description |
---|---|
int |
HiSC.HiSCClusterOrderEntry.compareTo(HiSC.HiSCClusterOrderEntry other) |
Copyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.