public interface PMMLRuntime
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.pmml.PMML4Result |
evaluate(String modelName,
PMMLContext context)
Evaluate the model, given the context
|
Optional<PMMLModel> |
getPMMLModel(String modelName)
Returns the model registered with the given model name.
|
List<PMMLModel> |
getPMMLModels()
Returns a list of all models available to this runtime
|
org.kie.api.pmml.PMML4Result evaluate(String modelName, PMMLContext context)
modelName - the name of the model to evaluatecontext - the context with all the input variablesList<PMMLModel> getPMMLModels()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.