
@Reference(authors="Meil\u0103, M", title="Comparing clusterings", booktitle="University of Washington, Seattle, Technical Report 418, 2002", url="http://www.stat.washington.edu/mmp/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. and others
 A comparison of document clustering techniques
 KDD workshop on text mining, 2000
 
| Modifier and Type | Field and Description | 
|---|---|
| protected double | smFFirstResult cache | 
| protected double | smFSecondResult cache | 
| protected double | smInversePurityResult cache | 
| protected double | smPurityResult 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. and others A comparison of document clustering techniques KDD workshop on text mining, 2000 | 
| 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. and others", 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. and others
 A comparison of document clustering techniques
 KDD workshop on text mining, 2000
 
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
 
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