Package elki.evaluation.index
Class IndexStatistics
- java.lang.Object
-
- elki.evaluation.index.IndexStatistics
-
- All Implemented Interfaces:
Evaluator
,ResultProcessor
public class IndexStatistics extends java.lang.Object implements Evaluator
Simple index analytics, which includes the toString() dump of index information.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndexStatistics.IndexMetaResult
Result class.
-
Constructor Summary
Constructors Constructor Description IndexStatistics()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processNewResult(java.lang.Object newResult)
Process a result.
-
-
-
Method Detail
-
processNewResult
public void processNewResult(java.lang.Object newResult)
Description copied from interface:ResultProcessor
Process a result.- Specified by:
processNewResult
in interfaceResultProcessor
- Parameters:
newResult
- Newly added result subtree.
-
-