Uses of Class
adams.flow.container.EvaluationContainer
-
Packages that use EvaluationContainer Package Description adams.flow.transformer.predictioncheck -
-
Uses of EvaluationContainer in adams.flow.transformer.predictioncheck
Methods in adams.flow.transformer.predictioncheck that return EvaluationContainer Modifier and Type Method Description EvaluationContainerAbstractPredictionCheck. checkPrediction(EvaluationContainer cont)Performs checks on the prediction.abstract EvaluationContainerAbstractPredictionCheck. doCheckPrediction(EvaluationContainer cont)Performs the actual checks on the prediction.EvaluationContainerMinProbability. doCheckPrediction(EvaluationContainer cont)Performs the actual checks on the prediction.EvaluationContainerPassThrough. doCheckPrediction(EvaluationContainer cont)Performs the actual checks on the prediction.EvaluationContainerRange. doCheckPrediction(EvaluationContainer cont)Performs the actual checks on the prediction.Methods in adams.flow.transformer.predictioncheck with parameters of type EvaluationContainer Modifier and Type Method Description protected StringAbstractPredictionCheck. check(EvaluationContainer cont)Hook method for checks.protected StringMinProbability. check(EvaluationContainer cont)Hook method for checks.protected StringRange. check(EvaluationContainer cont)Hook method for checks.EvaluationContainerAbstractPredictionCheck. checkPrediction(EvaluationContainer cont)Performs checks on the prediction.abstract EvaluationContainerAbstractPredictionCheck. doCheckPrediction(EvaluationContainer cont)Performs the actual checks on the prediction.EvaluationContainerMinProbability. doCheckPrediction(EvaluationContainer cont)Performs the actual checks on the prediction.EvaluationContainerPassThrough. doCheckPrediction(EvaluationContainer cont)Performs the actual checks on the prediction.EvaluationContainerRange. doCheckPrediction(EvaluationContainer cont)Performs the actual checks on the prediction.
-