| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
PMML |
ObjectFactory.createPMML()
Create an instance of
PMML |
PMML |
PMML.withDataDictionary(DataDictionary value) |
PMML |
PMML.withExtensions(java.util.Collection<Extension> values) |
PMML |
PMML.withExtensions(Extension... values) |
PMML |
PMML.withHeader(Header value) |
PMML |
PMML.withMiningBuildTask(MiningBuildTask value) |
PMML |
PMML.withModels(java.util.Collection<Model> values) |
PMML |
PMML.withModels(Model... values) |
PMML |
PMML.withTransformationDictionary(TransformationDictionary value) |
PMML |
PMML.withVersion(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(PMML pmml) |
| Modifier and Type | Method and Description |
|---|---|
static PMML |
JAXBUtil.unmarshalPMML(javax.xml.transform.Source source)
Unmarshals a
PMML class model object. |
| Modifier and Type | Method and Description |
|---|---|
static void |
JAXBUtil.marshalPMML(PMML pmml,
javax.xml.transform.Result result)
Marshals a
PMML class model object. |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(PMML pmml) |
VisitorAction |
AbstractVisitor.visit(PMML pmml) |
Copyright © 2015 University of Tartu. All Rights Reserved.