Uses of Class
adams.flow.transformer.predictioncheck.AbstractPredictionCheck
-
Packages that use AbstractPredictionCheck Package Description adams.flow.transformer adams.flow.transformer.predictioncheck -
-
Uses of AbstractPredictionCheck in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractPredictionCheck Modifier and Type Field Description protected AbstractPredictionCheckPredictionCheck. m_Checkthe check scheme to use.Methods in adams.flow.transformer that return AbstractPredictionCheck Modifier and Type Method Description AbstractPredictionCheckPredictionCheck. getCheck()Returns the check in use.Methods in adams.flow.transformer with parameters of type AbstractPredictionCheck Modifier and Type Method Description voidPredictionCheck. setCheck(AbstractPredictionCheck value)Sets the check to use. -
Uses of AbstractPredictionCheck in adams.flow.transformer.predictioncheck
Subclasses of AbstractPredictionCheck in adams.flow.transformer.predictioncheck Modifier and Type Class Description classMinProbabilityEnsures 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'.classPassThroughDoes nothing, just passes the container through.classRangeEnsures 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.
-