
| Modifier and Type | Field and Description |
|---|---|
(package private) ArrayList<CoverTree.Node> |
children
Child nodes.
|
(package private) double |
maxDist
Maximum distance to descendants.
|
(package private) double |
parentDist
Distance to parent.
|
(package private) ModifiableDoubleDBIDList |
singletons
Objects in this node.
|
| Constructor and Description |
|---|
CoverTree.Node(DBIDRef r,
double maxDist,
double parentDist)
Constructor.
|
CoverTree.Node(DBIDRef r,
double maxDist,
double parentDist,
DoubleDBIDList singletons)
Constructor for leaf node.
|
ModifiableDoubleDBIDList singletons
double maxDist
double parentDist
ArrayList<CoverTree.Node> children
public CoverTree.Node(DBIDRef r, double maxDist, double parentDist)
r - Object.maxDist - Maximum distance to any descendant.parentDist - Distance from parent.public CoverTree.Node(DBIDRef r, double maxDist, double parentDist, DoubleDBIDList singletons)
r - Object.maxDist - Maximum distance to any descendant.parentDist - Distance from parent.singletons - Singletons.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.