Class RetrieverFSKMetricKeyPair
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.eval.RetrieverMetricKeyPair
-
- de.uni_trier.wi2.procake.utils.eval.RetrieverFSKMetricKeyPair
-
public class RetrieverFSKMetricKeyPair extends RetrieverMetricKeyPair
- Author:
- Maximilian Hoffmann
-
-
Constructor Summary
Constructors Constructor Description RetrieverFSKMetricKeyPair(String retriever, EvalMetric metric, int k, int fs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetFs()intgetK()inthashCode()-
Methods inherited from class de.uni_trier.wi2.procake.utils.eval.RetrieverMetricKeyPair
getMetric, getRetriever
-
-
-
-
Constructor Detail
-
RetrieverFSKMetricKeyPair
public RetrieverFSKMetricKeyPair(@Nonnull String retriever, @Nonnull EvalMetric metric, int k, int fs)
-
-
Method Detail
-
getK
public int getK()
-
getFs
public int getFs()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classRetrieverMetricKeyPair
-
hashCode
public int hashCode()
- Overrides:
hashCodein classRetrieverMetricKeyPair
-
-