Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop
Class RkNNStatistic

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.RkNNStatistic
      extended by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.RkNNStatistic

public class RkNNStatistic
extends RkNNStatistic

Provides some statistics about performed reverse nn queries.

Author:
Elke Achtert

Field Summary
 int numberTrueHits
          The number of true hits.
 
Fields inherited from class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.RkNNStatistic
numberCandidates, numberResults
 
Constructor Summary
RkNNStatistic()
           
 
Method Summary
 void clear()
          Clears the values of this statistic.
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

numberTrueHits

public int numberTrueHits
The number of true hits.

Constructor Detail

RkNNStatistic

public RkNNStatistic()
Method Detail

clear

public void clear()
Clears the values of this statistic.

Overrides:
clear in class RkNNStatistic

toString

public String toString()
Returns a string representation of the object.

Overrides:
toString in class RkNNStatistic
Returns:
/** Returns a string representation of the object.

Release 0.1 (2008-07-10_1838)