Uses of Class
es.nlp.uned.weps.evaluation.Clustering

Packages that use Clustering
es.nlp.uned.weps.evaluation   
 

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.
 

Methods in es.nlp.uned.weps.evaluation with parameters of type Clustering
static double Measures.BCubedExtendedPrecision(Clustering key, Clustering answer)
          Calculates a BCubed precision measure, extended for multicategory clustering problems.
static double Measures.BCubedExtendedRecall(Clustering key, Clustering answer)
          B cubed extended recall.
static double Measures.inversePurity(Clustering key, Clustering answer)
          Inverse purity.
static double Measures.multiplicity(Clustering answer, Clustering key)
          Calculates the multiplicity measure.
static double Measures.pairsMeasure(Clustering answer, Clustering key, int metricType)
          Calculates a pairs based measure.
static double Measures.purity(Clustering key, Clustering answer)
          Calculates the standard purity measure.
 

Constructors in es.nlp.uned.weps.evaluation with parameters of type Clustering
ClusteringEvaluation(Clustering key, Clustering answer)
          The Constructor.