| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
PMML |
PMML.addExtensions(Extension... extensions) |
PMML |
PMML.addModels(Model... models) |
PMML |
ObjectFactory.createPMML()
Create an instance of
PMML |
PMML |
PMML.setDataDictionary(DataDictionary dataDictionary)
Sets the value of the dataDictionary property.
|
PMML |
PMML.setHeader(Header header)
Sets the value of the header property.
|
PMML |
PMML.setMiningBuildTask(MiningBuildTask miningBuildTask)
Sets the value of the miningBuildTask property.
|
PMML |
PMML.setTransformationDictionary(TransformationDictionary transformationDictionary)
Sets the value of the transformationDictionary property.
|
PMML |
PMML.setVersion(String version)
Sets the value of the version property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(PMML pmml) |
| Modifier and Type | Method and Description |
|---|---|
static PMML |
JAXBUtil.unmarshalPMML(Source source)
Unmarshals a
PMML class model object. |
| Modifier and Type | Method and Description |
|---|---|
static void |
JAXBUtil.marshalPMML(PMML pmml,
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.