Package adams.flow.transformer.predictioncheck
-
Class Summary Class Description AbstractPredictionCheck Ancestor for prediction checks.MinProbability Ensures that the highest probability on the class distribution is at least the specified value.
Adds a new boolean evaluation to the container with the name 'minprobability.passed'.PassThrough Does nothing, just passes the container through.Range Ensures that the specified (numeric) evaluator results are within a specified range.
Adds a new boolean evaluation to the container, with the same name as the checked one, but appended with the suffix '.passed'.
E.g., when checking the evaluation 'sqr', 'sqr..passed' will get added, either with 'true' or 'false' as value.