public class KiePMMLUtil extends Object
PMMLCompilerExecutor from actual marshalling model/implementation.
Currently, it directly uses org.jpmml.model.PMMLUtil and PMML| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.PMML |
load(InputStream is,
String fileName) |
static org.dmg.pmml.PMML |
load(String source) |
public static org.dmg.pmml.PMML load(String source) throws SAXException, JAXBException
source - SAXExceptionJAXBExceptionpublic static org.dmg.pmml.PMML load(InputStream is, String fileName) throws SAXException, JAXBException
is - SAXExceptionJAXBExceptionorg.jpmml.model.PMMLUtil#unmarshal(InputStream)Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.