public class AutomaticEvaluation extends Object implements Evaluator
Modifier and Type | Class and Description |
---|---|
static class |
AutomaticEvaluation.Parameterizer
Parameterization class
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
LOG
Class logger
|
Constructor and Description |
---|
AutomaticEvaluation() |
Modifier and Type | Method and Description |
---|---|
protected void |
autoEvaluateClusterings(ResultHierarchy hier,
Result newResult) |
protected void |
autoEvaluateOutliers(ResultHierarchy hier,
Result newResult) |
void |
processNewResult(ResultHierarchy hier,
Result newResult)
Process a result.
|
private static final Logging LOG
public void processNewResult(ResultHierarchy hier, Result newResult)
ResultProcessor
processNewResult
in interface ResultProcessor
hier
- The base of the result tree.newResult
- Newly added result subtree.protected void autoEvaluateOutliers(ResultHierarchy hier, Result newResult)
protected void autoEvaluateClusterings(ResultHierarchy hier, Result newResult)
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.