public class LogClusterSizes extends java.lang.Object implements Evaluator
| Modifier and Type | Field and Description |
|---|---|
private static Logging |
LOG
Class logger
|
static java.lang.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 java.lang.String PREFIX
public static <C extends Model> void logClusterSizes(Clustering<C> c)
c - Clustering ot analyzepublic void processNewResult(ResultHierarchy hier, Result result)
ResultProcessorprocessNewResult in interface ResultProcessorhier - The base of the result tree.result - Newly added result subtree.Copyright © 2019 ELKI Development Team. License information.