Modifier and Type | Method and Description |
---|---|
void |
AbstractNode.splitByMask(AbstractNode<E> newNode,
long[] assignment)
Splits the entries of this node into a new node using the given assignments
|
void |
AbstractNode.splitTo(AbstractNode<E> newNode,
List<E> sorting,
int splitPoint)
Redistribute entries according to the given sorting.
|
void |
AbstractNode.splitTo(AbstractNode<E> newNode,
List<E> assignmentsToFirst,
List<E> assignmentsToSecond)
Splits the entries of this node into a new node using the given assignments
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMTreeNode<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry>
Abstract super class for nodes in M-Tree variants.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkAppTreeNode<O>
Represents a node in an MkApp-Tree.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkCoPTreeNode<O>
Represents a node in an MkCop-Tree.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkMaxTreeNode<O>
Represents a node in an
MkMaxTree . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkTabTreeNode<O>
Represents a node in a MkMax-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
MTreeNode<O>
Represents a node in an M-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRStarTreeNode<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry>
Abstract superclass for nodes in a R*-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
DeLiCluNode
Represents a node in a DeLiClu-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
FlatRStarTreeNode
Represents a node in a flat R*-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
RdKNNNode
Represents a node in a RDkNN-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
RStarTreeNode
Represents a node in an R*-Tree.
|
Modifier and Type | Method and Description |
---|---|
SpatialEntry |
NodeArrayAdapter.get(AbstractNode<? extends SpatialEntry> array,
int off) |
int |
NodeArrayAdapter.size(AbstractNode<? extends SpatialEntry> array) |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.