Uses of Interface
org.kie.pmml.api.runtime.PMMLRuntimeContext
-
Packages that use PMMLRuntimeContext Package Description org.kie.pmml.api.runtime -
-
Uses of PMMLRuntimeContext in org.kie.pmml.api.runtime
Methods in org.kie.pmml.api.runtime with parameters of type PMMLRuntimeContext Modifier and Type Method Description org.kie.api.pmml.PMML4ResultPMMLRuntime. evaluate(String modelName, PMMLRuntimeContext context)Evaluate the model, given the contextOptional<PMMLModel>PMMLRuntime. getPMMLModel(String fileName, String modelName, PMMLRuntimeContext context)Returns the model registered with the given model name.List<PMMLModel>PMMLRuntime. getPMMLModels(PMMLRuntimeContext context)Returns a list of all models available to this runtime
-