Package | Description |
---|---|
de.lmu.ifi.dbs.elki.data |
Basic classes for different data types, database object types and label types.
|
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 | Field and Description |
---|---|
private ModifiableHierarchy<Cluster<M>> |
Clustering.hierarchy
Cluster hierarchy.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultHierarchy
Class to store a hierarchy of result objects.
|
Modifier and Type | Class and Description |
---|---|
class |
HashMapHierarchy<O>
Centralized hierarchy implementation, using a HashMap of Lists.
|