Package | Description |
---|---|
de.lmu.ifi.dbs.elki.index.tree |
Tree-based index structures
|
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees |
Metrical index structures based on the concepts of the M-Tree
supporting processing of reverse k nearest neighbor queries by
using the k-nn distances of the entries.
|
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants |
R*-Tree and variants.
|
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.flat | |
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn |
Modifier and Type | Method and Description |
---|---|
protected TreeIndexHeader |
IndexTree.createHeader()
Creates a header for this index structure which is an instance of
TreeIndexHeader . |
Modifier and Type | Method and Description |
---|---|
void |
IndexTree.initializeFromFile(TreeIndexHeader header,
PageFile<N> file)
Initializes this index from an existing persistent file.
|
Modifier and Type | Class and Description |
---|---|
class |
MkTreeHeader
Encapsulates the header information for subclasses of
AbstractMkTreeUnified . |
Modifier and Type | Method and Description |
---|---|
protected TreeIndexHeader |
AbstractMkTreeUnified.createHeader() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRStarTree.initializeFromFile(TreeIndexHeader header,
PageFile<N> file)
Initializes this R*-Tree from an existing persistent file.
|
Modifier and Type | Method and Description |
---|---|
void |
FlatRStarTree.initializeFromFile(TreeIndexHeader header,
PageFile<FlatRStarTreeNode> file)
Initializes the flat RTree from an existing persistent file.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
RdKNNTreeHeader
Encapsulates the header information of a RDkNN-Tree.
|
Modifier and Type | Method and Description |
---|---|
protected TreeIndexHeader |
RdKNNTree.createHeader() |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.