@Description(value="Development result handler that merely logs the structure of the result tree.") public class LogResultStructureResultHandler extends java.lang.Object implements ResultHandler
-verbose.
TODO: transform this into an evaluator, then visualize, too?| Modifier and Type | Field and Description |
|---|---|
private static Logging |
LOG
Class logger
|
| Constructor and Description |
|---|
LogResultStructureResultHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
processNewResult(ResultHierarchy hier,
Result newResult)
Process a result.
|
private void |
recursiveLogResult(java.lang.StringBuilder buf,
Hierarchy<Result> hier,
Result result,
int depth)
Recursively walk through the result tree.
|
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.Copyright © 2019 ELKI Development Team. License information.