Package | Description |
---|---|
de.lmu.ifi.dbs.elki.index.tree.metrical.covertree |
Cover-tree variations.
|
Modifier and Type | Field and Description |
---|---|
private SimplifiedCoverTree.Node |
SimplifiedCoverTree.root
Tree root.
|
Modifier and Type | Field and Description |
---|---|
(package private) ArrayList<SimplifiedCoverTree.Node> |
SimplifiedCoverTree.Node.children
Child nodes.
|
Modifier and Type | Method and Description |
---|---|
protected SimplifiedCoverTree.Node |
SimplifiedCoverTree.bulkConstruct(DBIDRef cur,
int maxScale,
ModifiableDoubleDBIDList elems)
Bulk-load the cover tree.
|
Modifier and Type | Method and Description |
---|---|
private void |
SimplifiedCoverTree.checkCoverTree(SimplifiedCoverTree.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.