Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering |
Clustering algorithms.
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy |
Delegate implementation of a hierarchy.
|
Modifier and Type | Method and Description |
---|---|
private Cluster<DendrogramModel<D>> |
SLINK.makeCluster(DBIDRef lead,
D depth,
DBIDs members,
ModifiableHierarchy<Cluster<DendrogramModel<D>>> hier)
Make the cluster for the given object
|
Modifier and Type | Class and Description |
---|---|
class |
ResultHierarchy
Class to store a hierarchy of result objects.
|
Modifier and Type | Class and Description |
---|---|
class |
HierarchyHashmapList<O>
Centralized hierarchy implementation, using a HashMap of Lists.
|