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 EvaluationContainer
AbstractPredictionCheck. checkPrediction(EvaluationContainer cont)
Performs checks on the prediction.abstract EvaluationContainer
AbstractPredictionCheck. doCheckPrediction(EvaluationContainer cont)
Performs the actual checks on the prediction.EvaluationContainer
MinProbability. doCheckPrediction(EvaluationContainer cont)
Performs the actual checks on the prediction.EvaluationContainer
PassThrough. doCheckPrediction(EvaluationContainer cont)
Performs the actual checks on the prediction.EvaluationContainer
Range. 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 String
AbstractPredictionCheck. check(EvaluationContainer cont)
Hook method for checks.protected String
MinProbability. check(EvaluationContainer cont)
Hook method for checks.protected String
Range. check(EvaluationContainer cont)
Hook method for checks.EvaluationContainer
AbstractPredictionCheck. checkPrediction(EvaluationContainer cont)
Performs checks on the prediction.abstract EvaluationContainer
AbstractPredictionCheck. doCheckPrediction(EvaluationContainer cont)
Performs the actual checks on the prediction.EvaluationContainer
MinProbability. doCheckPrediction(EvaluationContainer cont)
Performs the actual checks on the prediction.EvaluationContainer
PassThrough. doCheckPrediction(EvaluationContainer cont)
Performs the actual checks on the prediction.EvaluationContainer
Range. doCheckPrediction(EvaluationContainer cont)
Performs the actual checks on the prediction.
-