Uses of Class
elki.index.tree.metrical.mtreevariants.strategies.split.distribution.Assignments
-
Packages that use Assignments Package Description elki.index.tree.metrical.mtreevariants.strategies.split Splitting strategies of nodes in an M-tree (and variants).elki.index.tree.metrical.mtreevariants.strategies.split.distribution Entry distribution strategies of nodes in an M-tree (and variants). -
-
Uses of Assignments in elki.index.tree.metrical.mtreevariants.strategies.split
Methods in elki.index.tree.metrical.mtreevariants.strategies.split that return Assignments Modifier and Type Method Description Assignments<E>
FarthestPointsSplit. split(AbstractMTree<?,N,E,?> tree, N node)
Assignments<E>
MLBDistSplit. split(AbstractMTree<?,N,E,?> tree, N node)
Selects the second object of the specified node to be promoted and stored into the parent node and partitions the entries according to the M_LB_DIST strategy.Assignments<E>
MMRadSplit. split(AbstractMTree<?,N,E,?> tree, N node)
Selects two objects of the specified node to be promoted and stored into the parent node.Assignments<E>
MRadSplit. split(AbstractMTree<?,N,E,?> tree, N node)
Selects two objects of the specified node to be promoted and stored into the parent node.Assignments<E>
MSTSplit. split(AbstractMTree<?,N,E,?> tree, N node)
Assignments<E>
MTreeSplit. split(AbstractMTree<?,N,E,?> tree, N node)
Returns the assignments of this split.Assignments<E>
RandomSplit. split(AbstractMTree<?,N,E,?> tree, N node)
Selects two objects of the specified node to be promoted and stored into the parent node. -
Uses of Assignments in elki.index.tree.metrical.mtreevariants.strategies.split.distribution
Methods in elki.index.tree.metrical.mtreevariants.strategies.split.distribution that return Assignments Modifier and Type Method Description <E extends MTreeEntry>
Assignments<E>BalancedDistribution. distribute(AbstractNode<E> node, int routing1, double[] dis1, int routing2, double[] dis2)
<E extends MTreeEntry>
Assignments<E>DistributionStrategy. distribute(AbstractNode<E> node, int routing1, double[] dis1, int routing2, double[] dis2)
Creates a balanced partition of the entries of the specified node.<E extends MTreeEntry>
Assignments<E>FarthestBalancedDistribution. distribute(AbstractNode<E> node, int routing1, double[] dis1, int routing2, double[] dis2)
<E extends MTreeEntry>
Assignments<E>GeneralizedHyperplaneDistribution. distribute(AbstractNode<E> node, int routing1, double[] dis1, int routing2, double[] dis2)
-