
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(HierarchicalResult baseResult,
Result newResult) |
protected void |
autoEvaluateOutliers(HierarchicalResult baseResult,
Result newResult) |
void |
processNewResult(HierarchicalResult baseResult,
Result newResult)
Process a result.
|
private static final Logging LOG
public void processNewResult(HierarchicalResult baseResult, Result newResult)
ResultProcessorprocessNewResult in interface ResultProcessorbaseResult - The base of the result tree.newResult - Newly added result subtree.protected void autoEvaluateOutliers(HierarchicalResult baseResult, Result newResult)
protected void autoEvaluateClusterings(HierarchicalResult baseResult, Result newResult)