Uses of Class
elki.persistent.DefaultPageHeader
-
Packages that use DefaultPageHeader Package Description elki.index.tree Tree-based index structures.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.elki.index.tree.spatial.rstarvariants.rdknn -
-
Uses of DefaultPageHeader in elki.index.tree
Subclasses of DefaultPageHeader in elki.index.tree Modifier and Type Class Description class
TreeIndexHeader
Encapsulates the header information of a tree-like index structure. -
Uses of DefaultPageHeader in elki.index.tree.metrical.mtreevariants.mktrees
Subclasses of DefaultPageHeader in elki.index.tree.metrical.mtreevariants.mktrees Modifier and Type Class Description class
MkTreeHeader
Encapsulates the header information for subclasses ofAbstractMkTreeUnified
. -
Uses of DefaultPageHeader in elki.index.tree.spatial.rstarvariants.rdknn
Subclasses of DefaultPageHeader in elki.index.tree.spatial.rstarvariants.rdknn Modifier and Type Class Description (package private) class
RdKNNTreeHeader
Encapsulates the header information of a RDkNN-Tree.
-