de.lmu.ifi.dbs.elki.evaluation.index
Class IndexStatistics

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.evaluation.index.IndexStatistics
All Implemented Interfaces:
Evaluator, ResultProcessor

public class IndexStatistics
extends Object
implements Evaluator

Simple index analytics, which includes the toString() dump of index information.


Nested Class Summary
 class IndexStatistics.IndexMetaResult
          Result class.
 
Constructor Summary
IndexStatistics()
          Constructor.
 
Method Summary
 void processNewResult(HierarchicalResult baseResult, Result result)
          Process a result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexStatistics

public IndexStatistics()
Constructor.

Method Detail

processNewResult

public void processNewResult(HierarchicalResult baseResult,
                             Result result)
Description copied from interface: ResultProcessor
Process a result.

Specified by:
processNewResult in interface ResultProcessor
Parameters:
baseResult - The base of the result tree.
result - Newly added result subtree.

Release 0.4.0 (2011-09-20_1324)