Uses of Class
ciir.umass.edu.metric.METRIC
-
Packages that use METRIC Package Description ciir.umass.edu.eval ciir.umass.edu.metric -
-
Uses of METRIC in ciir.umass.edu.eval
Constructors in ciir.umass.edu.eval with parameters of type METRIC Constructor Description Evaluator(RANKER_TYPE rType, METRIC metric, int k)Evaluator(RANKER_TYPE rType, METRIC trainMetric, int trainK, METRIC testMetric, int testK)Evaluator(RANKER_TYPE rType, METRIC trainMetric, METRIC testMetric)Evaluator(RANKER_TYPE rType, METRIC trainMetric, METRIC testMetric, int k) -
Uses of METRIC in ciir.umass.edu.metric
Methods in ciir.umass.edu.metric that return METRIC Modifier and Type Method Description static METRICMETRIC. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static METRIC[]METRIC. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ciir.umass.edu.metric with parameters of type METRIC Modifier and Type Method Description MetricScorerMetricScorerFactory. createScorer(METRIC metric)MetricScorerMetricScorerFactory. createScorer(METRIC metric, int k)
-