
public class PointerDensityHierarchyRepresentationResult extends PointerHierarchyRepresentationResult
| Modifier and Type | Field and Description |
|---|---|
(package private) DoubleDataStore |
coreDistance
Core distance.
|
ids, parent, parentDistance| Constructor and Description |
|---|
PointerDensityHierarchyRepresentationResult(DBIDs ids,
DBIDDataStore parent,
DoubleDataStore parentDistance,
DoubleDataStore coreDistance)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleDataStore |
getCoreDistanceStore()
Get the core distance.
|
getDBIDs, getParentDistanceStore, getParentStoregetLongName, getShortNameaddChildResult, getHierarchy, setHierarchyDoubleDataStore coreDistance
public PointerDensityHierarchyRepresentationResult(DBIDs ids, DBIDDataStore parent, DoubleDataStore parentDistance, DoubleDataStore coreDistance)
ids - IDs processed.parent - Parent pointer.parentDistance - Distance to parent.coreDistance - Core distances.public DoubleDataStore getCoreDistanceStore()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.