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

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

Uses of ClusteringEvaluation in es.nlp.uned.weps.evaluation
 

Methods in es.nlp.uned.weps.evaluation that return ClusteringEvaluation
 ClusteringEvaluation SimpleScorer.getEvaluation(java.util.ArrayList<Measure> measures)
          Gets the evaluation for a clutering solution
static ClusteringEvaluation SimpleScorer.getZeroEvaluation(java.util.ArrayList<Measure> measures)
           
 

Methods in es.nlp.uned.weps.evaluation that return types with arguments of type ClusteringEvaluation
 java.util.HashMap<java.lang.String,ClusteringEvaluation> TeamEvaluation.getTopic2evaluation()
          Gets the map from clustering names to their evaluation
 

Constructor parameters in es.nlp.uned.weps.evaluation with type arguments of type ClusteringEvaluation
TeamEvaluation(java.lang.String team_name, boolean is_baseline, java.util.HashMap<java.lang.String,ClusteringEvaluation> topic2evaluation)
          The Constructor.