@Reference(authors="Bagga, A. and Baldwin, B.", title="Entity-based cross-document coreferencing using the Vector Space Model", booktitle="Proc. COLING \'98 Proceedings of the 17th international conference on Computational linguistics", url="http://dx.doi.org/10.3115/980451.980859") public class BCubed extends Object
Bagga, A. and Baldwin, B.
Entity-based cross-document coreferencing using the Vector Space Model
Proc. COLING '98 Proceedings of the 17th international conference on
Computational linguistics
Modifier and Type | Field and Description |
---|---|
protected double |
bCubedPrecision
Result cache
|
protected double |
bCubedRecall
Result cache
|
Modifier | Constructor and Description |
---|---|
protected |
BCubed(ClusterContingencyTable table)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
f1Measure()
Get the BCubed F1-Measure
|
double |
precision()
Get the BCubed Precision (first clustering) (normalized, 0 = unequal)
|
double |
recall()
Get the BCubed Recall (first clustering) (normalized, 0 = unequal)
|
protected double bCubedPrecision
protected double bCubedRecall
protected BCubed(ClusterContingencyTable table)
table
- Contingency tablepublic double precision()
public double recall()
public double f1Measure()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.