D
- Distance typepublic class PointerHierarchyRepresentationResult<D extends Distance<D>> extends BasicResult
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) DataStore<D> |
parentDistance
Distance to the parent object.
|
Constructor and Description |
---|
PointerHierarchyRepresentationResult(DBIDs ids,
DBIDDataStore parent,
DataStore<D> parentDistance)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DBIDs |
getDBIDs()
Get the clustered DBIDs.
|
DataStore<D> |
getParentDistanceStore()
Get the distance to the parent.
|
DBIDDataStore |
getParentStore()
Get the parent DBID relation.
|
getLongName, getShortName
addChildResult, getHierarchy, setHierarchy
DBIDs ids
DBIDDataStore parent
public PointerHierarchyRepresentationResult(DBIDs ids, DBIDDataStore parent, DataStore<D> parentDistance)
ids
- IDs processed.parent
- Parent pointer.parentDistance
- Distance to parent.public DBIDs getDBIDs()
public DBIDDataStore getParentStore()