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 Hierarchy<Cluster<M>> |
Cluster.hierarchy
Object that the hierarchy management is delegated to.
|
Modifier and Type | Method and Description |
---|---|
Hierarchy<Cluster<M>> |
Cluster.getHierarchy()
Get hierarchy object
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setHierarchy(Hierarchy<Cluster<M>> hierarchy)
Set hierarchy object
|
Constructor and Description |
---|
Cluster(String name,
DBIDs ids,
boolean noise,
M model,
Hierarchy<Cluster<M>> hierarchy)
Full constructor
|
Cluster(String name,
DBIDs ids,
M model,
Hierarchy<Cluster<M>> hierarchy)
Constructor with hierarchy but noise flag defaulting to false.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultHierarchy
Class to store a hierarchy of result objects.
|
Modifier and Type | Method and Description |
---|---|
private void |
LogResultStructureResultHandler.recursiveLogResult(StringBuilder buf,
Hierarchy<Result> hier,
Result result,
int depth)
Recursively walk through the result tree.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModifiableHierarchy<O>
Modifiable Hierarchy.
|
Modifier and Type | Class and Description |
---|---|
class |
HierarchyHashmapList<O>
Centralized hierarchy implementation, using a HashMap of Lists.
|
class |
HierarchyReferenceLists<O extends Hierarchical<O>>
Hierarchy implementation with a per-object representation.
|