
public class EvaluatePairCountingFMeasure extends Object implements Evaluator
| Modifier and Type | Class and Description |
|---|---|
static class |
EvaluatePairCountingFMeasure.Parameterizer
Parameterization class.
|
static class |
EvaluatePairCountingFMeasure.ScoreResult
Result object for outlier score judgements.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Logging |
logger
Logger for debug output.
|
static OptionID |
NOISE_ID
Parameter flag for special noise handling.
|
private boolean |
noiseSpecialHandling
Apply special handling to noise "clusters".
|
static OptionID |
REFERENCE_ID
Parameter to obtain the reference clustering.
|
private ClusteringAlgorithm<?> |
referencealg
Reference algorithm.
|
| Constructor and Description |
|---|
EvaluatePairCountingFMeasure(ClusteringAlgorithm<?> referencealg,
boolean noiseSpecialHandling)
Constructor.
|
protected static final Logging logger
public static final OptionID REFERENCE_ID
public static final OptionID NOISE_ID
private ClusteringAlgorithm<?> referencealg
private boolean noiseSpecialHandling
public EvaluatePairCountingFMeasure(ClusteringAlgorithm<?> referencealg, boolean noiseSpecialHandling)
referencealg - Reference clusteringnoiseSpecialHandling - Noise handling flagpublic void processNewResult(HierarchicalResult baseResult, Result result)
ResultProcessorprocessNewResult in interface ResultProcessorbaseResult - The base of the result tree.result - Newly added result subtree.