Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.QueryStatistic

Packages that use QueryStatistic
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop MkCoPTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax MkMaxTree 
 

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

Fields in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop declared as QueryStatistic
private  QueryStatistic MkCoPTree.rkNNStatistics
          Provides some statistics about performed reverse knn-queries.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop that return QueryStatistic
 QueryStatistic MkCoPTree.getRkNNStatistics()
          Returns the statistic for performed rknn queries.
 

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

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

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


Release 0.2 (2009-07-06_1820)