@Reference(authors="A. Bagga, B. Baldwin", title="Entity-based cross-document coreferencing using the Vector Space Model", booktitle="Proc. 17th Int. Conf. on Computational Linguistics (COLING \'98)", url="https://doi.org/10.3115/980451.980859", bibkey="doi:10.3115/980451.980859") public class BCubed extends java.lang.Object
Reference:
A. Bagga, B. Baldwin
Entity-based cross-document coreferencing using the Vector Space Model
Proc. 17th Int. Conf. on Computational Linguistics (COLING '98)
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 © 2019 ELKI Development Team. License information.