|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Hierarchy | |
|---|---|
| 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. |
| Uses of Hierarchy in de.lmu.ifi.dbs.elki.data |
|---|
| Fields in de.lmu.ifi.dbs.elki.data declared as Hierarchy | |
|---|---|
private Hierarchy<Cluster<M>> |
Cluster.hierarchy
Object that the hierarchy management is delegated to. |
| Methods in de.lmu.ifi.dbs.elki.data that return Hierarchy | |
|---|---|
Hierarchy<Cluster<M>> |
Cluster.getHierarchy()
Get hierarchy object |
| Methods in de.lmu.ifi.dbs.elki.data with parameters of type Hierarchy | |
|---|---|
void |
Cluster.setHierarchy(Hierarchy<Cluster<M>> hierarchy)
Set hierarchy object |
| Constructors in de.lmu.ifi.dbs.elki.data with parameters of type Hierarchy | |
|---|---|
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. |
|
| Uses of Hierarchy in de.lmu.ifi.dbs.elki.result |
|---|
| Classes in de.lmu.ifi.dbs.elki.result that implement Hierarchy | |
|---|---|
class |
ResultHierarchy
Class to store a hierarchy of result objects. |
| Uses of Hierarchy in de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy |
|---|
| Subinterfaces of Hierarchy in de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy | |
|---|---|
interface |
ModifiableHierarchy<O>
Modifiable Hierarchy. |
| Classes in de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy that implement Hierarchy | |
|---|---|
class |
HierarchyHashmapList<O>
Centralized hierarchy implementation, using a HashMap of Lists. |
class |
HierarchyReferenceLists<O extends Hierarchical<O>>
Hierarchy implementation with a per-object representation. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||