Uses of Class
org.dmg.pmml.PMML
-
Packages that use PMML Package Description org.dmg.pmml org.jpmml.model org.jpmml.model.visitors -
-
Uses of PMML in org.dmg.pmml
Methods in org.dmg.pmml that return PMML Modifier and Type Method Description PMMLPMML. addExtensions(Extension... extensions)PMMLPMML. addModels(Model... models)PMMLObjectFactory. createPMML()Create an instance ofPMMLPMMLPMML. setBaseVersion(java.lang.String baseVersion)PMMLPMML. setDataDictionary(DataDictionary dataDictionary)PMMLPMML. setHeader(Header header)PMMLPMML. setMiningBuildTask(MiningBuildTask miningBuildTask)PMMLPMML. setTransformationDictionary(TransformationDictionary transformationDictionary)PMMLPMML. setVersion(java.lang.String version)Methods in org.dmg.pmml with parameters of type PMML Modifier and Type Method Description VisitorActionVisitor. visit(PMML pmml) -
Uses of PMML in org.jpmml.model
Methods in org.jpmml.model that return PMML Modifier and Type Method Description static PMMLPMMLUtil. load(java.lang.ClassLoader clazzLoader)static PMMLPMMLUtil. load(java.net.URL url)static PMMLPMMLUtil. unmarshal(java.io.InputStream is)Methods in org.jpmml.model with parameters of type PMML Modifier and Type Method Description static voidPMMLUtil. marshal(PMML pmml, java.io.OutputStream os) -
Uses of PMML in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type PMML Modifier and Type Method Description VisitorActionAbstractVisitor. visit(PMML pmml)VisitorActionFieldResolver. visit(PMML pmml)VisitorActionVersionDowngrader. visit(PMML pmml)
-