| Package | Description |
|---|---|
| org.kie.pmml.api |
| Modifier and Type | Method and Description |
|---|---|
PMMLRuntime |
PMMLRuntimeFactory.getPMMLRuntimeFromClasspath(String pmmlFileName)
Retrieve a
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
that should be present in the |
PMMLRuntime |
PMMLRuntimeFactory.getPMMLRuntimeFromFile(File pmmlFile)
Retrieve a
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
that should be present in the given |
PMMLRuntime |
PMMLRuntimeFactory.getPMMLRuntimeFromKieContainerByDefaultKieBase(String pmmlFileName,
String gav)
Retrieve a
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
that should be present in the |
PMMLRuntime |
PMMLRuntimeFactory.getPMMLRuntimeFromKieContainerByKieBase(String kieBase,
String pmmlFileName,
String gav)
Retrieve a
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
that should be present in the |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.