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