@Reference(authors="L. J. Hubert and J. R. Levin", title="A general statistical framework for assessing categorical clustering in free recall.", booktitle="Psychological Bulletin, Vol. 83(6)", url="http://dx.doi.org/10.1037/0033-2909.83.6.1072") public class EvaluateCIndex<O> extends Object implements Evaluator
L. J. Hubert and J.R. Levin
A general statistical framework for assessing categorical clustering in free
recall
Psychological Bulletin, Vol. 83(6)
Modifier and Type | Class and Description |
---|---|
static class |
EvaluateCIndex.Parameterizer<O>
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private DistanceFunction<? super O> |
distance
Distance function to use.
|
private String |
key
Key for logging statistics.
|
private static Logging |
LOG
Logger for debug output.
|
private NoiseHandling |
noiseOption
Option for noise handling.
|
Constructor and Description |
---|
EvaluateCIndex(DistanceFunction<? super O> distance,
NoiseHandling noiseOpt)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
evaluateClustering(Database db,
Relation<? extends O> rel,
DistanceQuery<O> dq,
Clustering<?> c)
Evaluate a single clustering.
|
void |
processNewResult(ResultHierarchy hier,
Result result)
Process a result.
|
private static final Logging LOG
private NoiseHandling noiseOption
private DistanceFunction<? super O> distance
private String key
public EvaluateCIndex(DistanceFunction<? super O> distance, NoiseHandling noiseOpt)
distance
- Distance functionnoiseOpt
- Flag to control noise handlingpublic double evaluateClustering(Database db, Relation<? extends O> rel, DistanceQuery<O> dq, Clustering<?> c)
db
- Databaserel
- Data relationc
- Clusteringpublic 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.