
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)
ResultProcessorprocessNewResult in interface ResultProcessorhier - 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.