Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split.Assignments

Packages that use Assignments
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split Splitting strategies of nodes in an M-Tree (and variants). 
 

Uses of Assignments in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split
 

Fields in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split declared as Assignments
(package private)  Assignments<D,E> MTreeSplit.assignments
          Encapsulates the two promotion objects and their assignments.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split that return Assignments
(package private)  Assignments<D,E> MTreeSplit.balancedPartition(N node, Integer routingObject1, Integer routingObject2, DistanceFunction<O,D> distanceFunction)
          Creates a balanced partition of the entries of the specified node.
 Assignments<D,E> MTreeSplit.getAssignments()
          Returns the assignments of this split.
 


Release 0.2.1 (2009-07-13_1605)