Package | Description |
---|---|
de.lmu.ifi.dbs.elki.index.tree.metrical.covertree |
Cover-tree variations.
|
Modifier and Type | Field and Description |
---|---|
private CoverTree.Node |
CoverTree.root
Tree root.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.ArrayList<CoverTree.Node> |
CoverTree.Node.children
Child nodes.
|
Modifier and Type | Method and Description |
---|---|
protected CoverTree.Node |
CoverTree.bulkConstruct(DBIDRef cur,
int maxScale,
double parentDist,
ModifiableDoubleDBIDList elems)
Bulk-load the cover tree.
|
Modifier and Type | Method and Description |
---|---|
private void |
CoverTree.checkCoverTree(CoverTree.Node cur,
int[] counts,
int depth)
Collect some statistics on the tree.
|
Copyright © 2019 ELKI Development Team. License information.