Interface ModelPMMLContext.PMMLEvaluator

All Known Subinterfaces:
ModelEvaluator.PMMLEvaluator
Enclosing interface:
ModelPMMLContext

public static interface ModelPMMLContext.PMMLEvaluator
An evaluable PMML model.
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluate(Map<?,?> inputs)
    Evaluates the pmml model with the given inputs and returns a set of results.
  • Method Details

    • evaluate

      Map<String,?> evaluate(Map<?,?> inputs)
      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