|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Clustering | |
---|---|
es.nlp.uned.weps.evaluation | |
es.nlp.uned.weps.evaluation.measures |
Uses of Clustering in es.nlp.uned.weps.evaluation |
---|
Methods in es.nlp.uned.weps.evaluation that return Clustering | |
---|---|
Clustering |
ClusteringEvaluation.getAnswer()
Gets the answer. |
Clustering |
ClusteringEvaluation.getKey()
Gets the key. |
Constructors in es.nlp.uned.weps.evaluation with parameters of type Clustering | |
---|---|
ClusteringEvaluation(Clustering key,
Clustering answer)
The Constructor. |
Uses of Clustering in es.nlp.uned.weps.evaluation.measures |
---|
Methods in es.nlp.uned.weps.evaluation.measures with parameters of type Clustering | |
---|---|
double |
Pairs.getScore(Clustering answer,
Clustering key)
Calculates a pairs based measure. |
double |
BCubedExtPrecision.getScore(Clustering key,
Clustering answer)
New formula for the extended BCubed precision and recall scores Este método asume que todas los elementos tiene categoría Cuando el sistema no anota un elemento no este tiene precision = 1 y recall = 0 Cuando el anotador no anota, no se evalua el elemento ya que pertenece a un problema de filtrado. |
double |
Purity.getScore(Clustering key,
Clustering answer)
Calculates the standard purity measure. |
double |
BCubedExtRecall.getScore(Clustering key,
Clustering answer)
|
double |
FMeasure.getScore(Clustering key,
Clustering answer)
Calculates the F measure as follows: |
double |
InversePurity.getScore(Clustering key,
Clustering answer)
Inverse purity. |
abstract double |
Measure.getScore(Clustering key,
Clustering answer)
|
double[] |
BCubedExtPrecision.getScores(Clustering key,
Clustering answer)
Returns an array of two doubles {precision, recall} |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |