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 AbstractPredictionCheck
PredictionCheck. m_Check
the check scheme to use.Methods in adams.flow.transformer that return AbstractPredictionCheck Modifier and Type Method Description AbstractPredictionCheck
PredictionCheck. getCheck()
Returns the check in use.Methods in adams.flow.transformer with parameters of type AbstractPredictionCheck Modifier and Type Method Description void
PredictionCheck. 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 class
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'.class
PassThrough
Does nothing, just passes the container through.class
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.
-