Interface ModelPMMLContext.PMMLEvaluator
- All Known Subinterfaces:
ModelEvaluator.PMMLEvaluator
- Enclosing interface:
ModelPMMLContext
public static interface ModelPMMLContext.PMMLEvaluator
An evaluable PMML model.
-
Method Summary
-
Method Details
-
evaluate
Evaluates the pmml model with the given inputs and returns a set of results.- Parameters:
inputs
- the pmml model evaluation inputs, keys will be converted to String- Returns:
- the evaluation output
- Since:
- 9.0 Hurricane
-