
public class PointerHierarchyRepresentationResult extends BasicResult
ExtractFlatClusteringFromHierarchy
can be used to extract partitions from this graph.| Modifier and Type | Field and Description |
|---|---|
(package private) DBIDs |
ids
The DBIDs in this result.
|
(package private) DBIDDataStore |
parent
The parent DBID relation.
|
(package private) DoubleDataStore |
parentDistance
Distance to the parent object.
|
| Constructor and Description |
|---|
PointerHierarchyRepresentationResult(DBIDs ids,
DBIDDataStore parent,
DoubleDataStore parentDistance)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DBIDs |
getDBIDs()
Get the clustered DBIDs.
|
DoubleDataStore |
getParentDistanceStore()
Get the distance to the parent.
|
DBIDDataStore |
getParentStore()
Get the parent DBID relation.
|
getLongName, getShortNameaddChildResult, getHierarchy, setHierarchyDBIDs ids
DBIDDataStore parent
DoubleDataStore parentDistance
public PointerHierarchyRepresentationResult(DBIDs ids, DBIDDataStore parent, DoubleDataStore parentDistance)
ids - IDs processed.parent - Parent pointer.parentDistance - Distance to parent.public DBIDs getDBIDs()
public DBIDDataStore getParentStore()
public DoubleDataStore getParentDistanceStore()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.