Package | Description |
---|---|
de.lmu.ifi.dbs.elki.index.tree |
Tree-based index structures
|
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants |
M-Tree and variants.
|
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp | |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop | |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax | |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab | |
de.lmu.ifi.dbs.elki.index.tree.spatial |
Tree-based index structures for spatial indexing.
|
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu | |
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLeafEntry
Abstract superclass for entries in an tree based index structure.
|
Modifier and Type | Class and Description |
---|---|
class |
MTreeLeafEntry
Represents an entry in a leaf node of an M-Tree.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkAppLeafEntry
Represents an entry in a leaf node of a MkApp-Tree.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkCoPLeafEntry
Represents an entry in a leaf node of a MkCoP-Tree.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkMaxLeafEntry
Represents an entry in a leaf node of an
MkMaxTree . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkTabLeafEntry
Represents an entry in a leaf node of a MkTab-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
SpatialPointLeafEntry
Represents an entry in a leaf node of a spatial index.
|
Modifier and Type | Class and Description |
---|---|
class |
DeLiCluLeafEntry
Defines the requirements for a leaf entry in an DeLiClu-Tree node.
|
Modifier and Type | Class and Description |
---|---|
class |
RdKNNLeafEntry
Represents an entry in a leaf node of an RdKNN-Tree.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.