de.lmu.ifi.dbs.elki.evaluation.index
Class IndexStatistics
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexStatistics
public IndexStatistics()
- Constructor.
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.