Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.RkNNStatistic
Direct Known Subclasses:
RkNNStatistic

public class RkNNStatistic
extends Object

Provides some statistics about performed reverse nn queries.

Author:
Elke Achtert

Field Summary
 int numberCandidates
          The number of candidates.
 int numberResults
          The number of overall result;
 
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

numberResults

public int numberResults
The number of overall result;


numberCandidates

public int numberCandidates
The number of candidates.

Constructor Detail

RkNNStatistic

public RkNNStatistic()
Method Detail

clear

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


toString

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

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

Release 0.1 (2008-07-10_1838)