public class PointerDensityHierarchyRepresentationResult extends PointerHierarchyRepresentationResult
Modifier and Type | Field and Description |
---|---|
(package private) DoubleDataStore |
coreDistance
Core distance.
|
ids, isSquared, mergeOrder, parent, parentDistance, positions
Constructor and Description |
---|
PointerDensityHierarchyRepresentationResult(DBIDs ids,
DBIDDataStore parent,
DoubleDataStore parentDistance,
boolean isSquared,
DoubleDataStore coreDistance)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DoubleDataStore |
getCoreDistanceStore()
Get the core distance.
|
getDBIDs, getParentDistanceStore, getParentStore, getPositions, isSquared, topologicalSort
getLongName, getShortName
addChildResult, getHierarchy, setHierarchy
DoubleDataStore coreDistance
public PointerDensityHierarchyRepresentationResult(DBIDs ids, DBIDDataStore parent, DoubleDataStore parentDistance, boolean isSquared, DoubleDataStore coreDistance)
ids
- IDs processed.parent
- Parent pointer.parentDistance
- Distance to parent.isSquared
- Flag to indicate squared distancescoreDistance
- Core distances.public DoubleDataStore getCoreDistanceStore()
Copyright © 2019 ELKI Development Team. License information.