Class KiePMMLUtil
java.lang.Object
org.kie.pmml.compiler.commons.utils.KiePMMLUtil
Utility class to decouple
PMMLCompilerExecutor from actual marshalling model/implementation.
Currently, it directly uses PMMLUtil and PMML-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic org.dmg.pmml.PMMLload(InputStream is, String fileName) static org.dmg.pmml.PMML
-
Field Details
-
SEGMENTID_TEMPLATE
- See Also:
-
-
Method Details
-
load
public static org.dmg.pmml.PMML load(String source) throws SAXException, jakarta.xml.bind.JAXBException - Parameters:
source-- Returns:
- Throws:
SAXExceptionjakarta.xml.bind.JAXBException
-
load
- Parameters:
is-- Returns:
- See Also:
-
PMMLUtil.unmarshal(InputStream)
-