| 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 |
SerializationUtil.deserializePMML(InputStream is) |
static PMML |
PMMLUtil.unmarshal(InputStream is) |
static PMML |
JAXBUtil.unmarshalPMML(Source source)
Unmarshals a
PMML class model object. |
| Modifier and Type | Method and Description |
|---|---|
static void |
PMMLUtil.marshal(PMML pmml,
OutputStream os) |
static void |
JAXBUtil.marshalPMML(PMML pmml,
Result result)
Marshals a
PMML class model object. |
static void |
SerializationUtil.serializePMML(PMML pmml,
OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(PMML pmml) |
VisitorAction |
AbstractVisitor.visit(PMML pmml) |
VisitorAction |
FieldResolver.visit(PMML pmml) |
Copyright © 2016 University of Tartu. All rights reserved.