Uses of Class
dev.dokimos.core.evaluators.StructuralMatchEvaluator.Builder
Packages that use StructuralMatchEvaluator.Builder
-
Uses of StructuralMatchEvaluator.Builder in dev.dokimos.core.evaluators
Methods in dev.dokimos.core.evaluators that return StructuralMatchEvaluator.BuilderModifier and TypeMethodDescriptionStructuralMatchEvaluator.Builder.binary()Switches scoring to binary:1.0when the structures match completely,0.0otherwise.StructuralMatchEvaluator.builder()Creates a new builder for constructing structural match evaluators.StructuralMatchEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.StructuralMatchEvaluator.Builder.mode(StructuralMatchMode mode) Sets the comparison mode.Sets the evaluator name.Sets the map key used to read the value from both the actual and expected output maps.StructuralMatchEvaluator.Builder.threshold(double threshold) Sets the minimum score threshold for success.