Uses of Class
dev.dokimos.core.evaluators.RecallEvaluator.Builder
Packages that use RecallEvaluator.Builder
-
Uses of RecallEvaluator.Builder in dev.dokimos.core.evaluators
Methods in dev.dokimos.core.evaluators that return RecallEvaluator.BuilderModifier and TypeMethodDescriptionstatic RecallEvaluator.BuilderRecallEvaluator.builder()Creates a new builder for constructing the recall evaluator.RecallEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate before evaluation.RecallEvaluator.Builder.expectedKey(String expectedKey) Sets the key for expected (relevant) items in expectedOutputs.RecallEvaluator.Builder.matchingStrategy(MatchingStrategy matchingStrategy) Sets the strategy for matching retrieved items to expected items.Sets the evaluator name.RecallEvaluator.Builder.retrievedKey(String retrievedKey) Sets the key for retrieved items in actualOutputs.RecallEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.