public class LogClusterSizes extends Object implements Evaluator
Modifier and Type | Field and Description |
---|---|
private static Logging |
LOG
Class logger
|
static String |
PREFIX
Prefix for logged statistics.
|
Constructor and Description |
---|
LogClusterSizes() |
Modifier and Type | Method and Description |
---|---|
static <C extends Model> |
logClusterSizes(Clustering<C> c)
Log the cluster sizes of a clustering.
|
void |
processNewResult(ResultHierarchy hier,
Result result)
Process a result.
|
private static final Logging LOG
public static final String PREFIX
public static <C extends Model> void logClusterSizes(Clustering<C> c)
c
- Clustering ot analyzepublic void processNewResult(ResultHierarchy hier, Result result)
ResultProcessor
processNewResult
in interface ResultProcessor
hier
- The base of the result tree.result
- Newly added result subtree.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.