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.DiSHClusterOrder |
DiSH.Instance.buildResult() |
DiSH.DiSHClusterOrder |
DiSH.Instance.run() |
Modifier and Type | Method and Description |
---|---|
private Clustering<SubspaceModel> |
DiSH.computeClusters(Relation<V> database,
DiSH.DiSHClusterOrder clusterOrder)
Computes the hierarchical clusters according to the cluster order.
|
private it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap<long[],java.util.List<ArrayModifiableDBIDs>> |
DiSH.extractClusters(Relation<V> relation,
DiSH.DiSHClusterOrder clusterOrder)
Extracts the clusters from the cluster order.
|
Copyright © 2019 ELKI Development Team. License information.