Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use RkNNStatistic
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop Package collects classes for the MkCoPTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax Package collects classes for the MkMaxTree 
 

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

Subclasses of RkNNStatistic in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop
 class RkNNStatistic
          Provides some statistics about performed reverse nn queries.
 

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

Fields in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax declared as RkNNStatistic
private  RkNNStatistic MkMaxTree.rkNNStatistics
          Provides some statistics about performed reverse knn-queries.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax that return RkNNStatistic
 RkNNStatistic MkMaxTree.getRkNNStatistics()
          Returns the statistic for performed rknn queries.
 


Release 0.1 (2008-07-10_1838)