@Reference(authors="Meil\u0103, M", title="Comparing clusterings", booktitle="University of Washington, Seattle, Technical Report 418, 2002", url="http://www.stat.washington.edu/mmp/Papers/compare-colt.pdf") public class SetMatchingPurity extends Object
Zhao, Y. and Karypis, G.
Criterion functions for document clustering: Experiments and analysis
University of Minnesota, Department of Computer Science, Technical Report
01-40, 2001
Meilă, M
Comparing clusterings
University of Washington, Seattle, Technical Report 418, 2002
Steinbach, M. and Karypis, G. and Kumar, V.
A comparison of document clustering techniques
KDD workshop on text mining, 2000
E. Amigó, J. Gonzalo, J. Artiles, and F. Verdejo
A comparison of extrinsic clustering evaluation metrics based on formal
constraints
Inf. Retrieval, vol. 12, no. 5, pp. 461–486, 2009
Modifier and Type | Field and Description |
---|---|
protected double |
smFFirst
Result cache
|
protected double |
smFSecond
Result cache
|
protected double |
smInversePurity
Result cache
|
protected double |
smPurity
Result cache
|
Modifier | Constructor and Description |
---|---|
protected |
SetMatchingPurity(ClusterContingencyTable table)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
f1Measure()
Get the set matching F1-Measure
Steinbach, M. and Karypis, G. and Kumar, V.
|
double |
fMeasureFirst()
Get the Van Rijsbergen’s F measure (asymmetric) for first clustering
E.
|
double |
fMeasureSecond()
Get the Van Rijsbergen’s F measure (asymmetric) for second clustering
E.
|
double |
inversePurity()
Get the set matchings inverse purity (second:first clustering) (normalized,
1 = equal)
|
double |
purity()
Get the set matchings purity (first:second clustering) (normalized, 1 =
equal)
|
protected double smPurity
protected double smInversePurity
protected double smFFirst
protected double smFSecond
protected SetMatchingPurity(ClusterContingencyTable table)
table
- Contingency table@Reference(authors="Zhao, Y. and Karypis, G.", title="Criterion functions for document clustering: Experiments and analysis", booktitle="University of Minnesota, Department of Computer Science, Technical Report 01-40, 2001", url="http://www-users.cs.umn.edu/~karypis/publications/Papers/PDF/vscluster.pdf") public double purity()
public double inversePurity()
@Reference(authors="Steinbach, M. and Karypis, G. and Kumar, V.", title="A comparison of document clustering techniques", booktitle="KDD workshop on text mining, 2000", url="http://www-users.itlabs.umn.edu/~karypis/publications/Papers/PDF/doccluster.pdf") public double f1Measure()
Steinbach, M. and Karypis, G. and Kumar, V.
A comparison of document clustering techniques
KDD workshop on text mining, 2000
@Reference(authors="E. Amigo\u0301, J. Gonzalo, J. Artiles, and F. Verdejo", title="A comparison of extrinsic clustering evaluation metrics based on formal constraints", booktitle="Inf. Retrieval, vol. 12, no. 5", url="http://dx.doi.org/10.1007/s10791-009-9106-z") public double fMeasureFirst()
E. Amigó, J. Gonzalo, J. Artiles, and F. Verdejo
A comparison of extrinsic clustering evaluation metrics based on formal
constraints
Inf. Retrieval, vol. 12, no. 5, pp. 461–486, 2009
@Reference(authors="E. Amigo\u0301, J. Gonzalo, J. Artiles, and F. Verdejo", title="A comparison of extrinsic clustering evaluation metrics based on formal constraints", booktitle="Inf. Retrieval, vol. 12, no. 5", url="http://dx.doi.org/10.1007/s10791-009-9106-z") public double fMeasureSecond()
E. Amigó, J. Gonzalo, J. Artiles, and F. Verdejo
A comparison of extrinsic clustering evaluation metrics based on formal
constraints
Inf. Retrieval, vol. 12, no. 5, pp. 461–486, 2009
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.