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) 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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.