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 DiSH.DiSHClusterOrderEntry |
DiSH.DiSHOPTICS.makeSeedEntry(Relation<V> relation,
DBID objectID) |
Modifier and Type | Method and Description |
---|---|
Class<? super DiSH.DiSHClusterOrderEntry> |
DiSH.DiSHOPTICS.getEntryType() |
protected Collection<DiSH.DiSHClusterOrderEntry> |
DiSH.DiSHOPTICS.getNeighborsForDBID(Relation<V> relation,
DBID id) |
Modifier and Type | Method and Description |
---|---|
int |
DiSH.DiSHClusterOrderEntry.compareTo(DiSH.DiSHClusterOrderEntry other) |
Modifier and Type | Method and Description |
---|---|
private Clustering<SubspaceModel> |
DiSH.computeClusters(Relation<V> database,
ClusterOrderResult<DiSH.DiSHClusterOrderEntry> clusterOrder)
Computes the hierarchical clusters according to the cluster order.
|
private gnu.trove.map.hash.TCustomHashMap<long[],List<ArrayModifiableDBIDs>> |
DiSH.extractClusters(Relation<V> database,
ClusterOrderResult<DiSH.DiSHClusterOrderEntry> clusterOrder)
Extracts the clusters from the cluster order.
|
Copyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.