Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use Assignments
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants Package collects variants of the M-Tree. 
 

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

Fields in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants 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 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.1 (2008-07-10_1838)