Uses of Interface
de.uni_trier.wi2.procake.utils.eval.EvalMetric
-
Packages that use EvalMetric Package Description de.uni_trier.wi2.procake.utils.eval de.uni_trier.wi2.procake.utils.eval.metrics.full de.uni_trier.wi2.procake.utils.eval.metrics.k -
-
Uses of EvalMetric in de.uni_trier.wi2.procake.utils.eval
Fields in de.uni_trier.wi2.procake.utils.eval with type parameters of type EvalMetric Modifier and Type Field Description protected List<EvalMetric>RetrieverEvaluation. metricsAll metrics that are to computed during the evaluation.Methods in de.uni_trier.wi2.procake.utils.eval that return EvalMetric Modifier and Type Method Description EvalMetricRetrieverMetricKeyPair. getMetric()Methods in de.uni_trier.wi2.procake.utils.eval with parameters of type EvalMetric Modifier and Type Method Description voidRetrieverEvaluation. addMetricToEvaluate(EvalMetric metric)Adds a metric to compute during evaluation.Method parameters in de.uni_trier.wi2.procake.utils.eval with type arguments of type EvalMetric Modifier and Type Method Description voidRetrieverEvaluation. addMetricsToEvaluate(Collection<EvalMetric> metrics)Adds metrics to compute during evaluation.Constructors in de.uni_trier.wi2.procake.utils.eval with parameters of type EvalMetric Constructor Description RetrieverFSKMetricKeyPair(String retriever, EvalMetric metric, int k, int fs)RetrieverMetricKeyPair(String retriever, EvalMetric metric) -
Uses of EvalMetric in de.uni_trier.wi2.procake.utils.eval.metrics.full
Classes in de.uni_trier.wi2.procake.utils.eval.metrics.full that implement EvalMetric Modifier and Type Class Description classCompletenessMetricclassCorrectnessMetricclassDistanceMetricComputes the average distance in ranks between the ground-truth ranking and the predicted ranking.classErrorSpanMetricclassKendallMetricclassMAEMetricclassMedianAverageErrorMetricclassMSEMetricclassSpearmanMetric -
Uses of EvalMetric in de.uni_trier.wi2.procake.utils.eval.metrics.k
Classes in de.uni_trier.wi2.procake.utils.eval.metrics.k that implement EvalMetric Modifier and Type Class Description classHitsMetricMetric that returns the number of hits (not normalized).classHitsNormMetricNormalized version ofHitsMetric.classKEvalMetricInterface for metrics that only look at the top-k cases in the ranking.classQualityMuellerMetricImplementation of the quality metric according to Bergmann and Müller.classQualityStromerMetricImplementation of the quality metric according to Bergmann and Stromer.
-