public class PMML
extends java.lang.Object
Java class for PMML element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="PMML"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.dmg.org/PMML-4_1}Header"/> <element ref="{http://www.dmg.org/PMML-4_1}MiningBuildTask" minOccurs="0"/> <element ref="{http://www.dmg.org/PMML-4_1}DataDictionary"/> <element ref="{http://www.dmg.org/PMML-4_1}TransformationDictionary" minOccurs="0"/> <sequence maxOccurs="unbounded" minOccurs="0"> <group ref="{http://www.dmg.org/PMML-4_1}MODEL-ELEMENT"/> </sequence> <element ref="{http://www.dmg.org/PMML-4_1}Extension" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element>
Constructor and Description |
---|
PMML() |
Modifier and Type | Method and Description |
---|---|
void |
addAssociationModelOrBaselineModelOrClusteringModes(java.lang.Object object) |
java.util.List<java.lang.Object> |
getAssociationModelOrBaselineModelOrClusteringModels()
Gets the value of the associationModelOrBaselineModelOrClusteringModel property.
|
DataDictionary |
getDataDictionary()
Gets the value of the dataDictionary property.
|
java.util.List<Extension> |
getExtension()
Gets the value of the extension property.
|
Header |
getHeader()
Gets the value of the header property.
|
MiningBuildTask |
getMiningBuildTask()
Gets the value of the miningBuildTask property.
|
TransformationDictionary |
getTransformationDictionary()
Gets the value of the transformationDictionary property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setDataDictionary(DataDictionary value)
Sets the value of the dataDictionary property.
|
void |
setHeader(Header value)
Sets the value of the header property.
|
void |
setMiningBuildTask(MiningBuildTask value)
Sets the value of the miningBuildTask property.
|
void |
setTransformationDictionary(TransformationDictionary value)
Sets the value of the transformationDictionary property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
public Header getHeader()
Header
public void setHeader(Header value)
value
- allowed object is
Header
public MiningBuildTask getMiningBuildTask()
MiningBuildTask
public void setMiningBuildTask(MiningBuildTask value)
value
- allowed object is
MiningBuildTask
public DataDictionary getDataDictionary()
DataDictionary
public void setDataDictionary(DataDictionary value)
value
- allowed object is
DataDictionary
public TransformationDictionary getTransformationDictionary()
TransformationDictionary
public void setTransformationDictionary(TransformationDictionary value)
value
- allowed object is
TransformationDictionary
public java.util.List<java.lang.Object> getAssociationModelOrBaselineModelOrClusteringModels()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the associationModelOrBaselineModelOrClusteringModel property.
For example, to add a new item, do as follows:
getAssociationModelOrBaselineModelOrClusteringModel().add(newItem);
Objects of the following type(s) are allowed in the list
TreeModel
AssociationModel
SupportVectorMachineModel
TimeSeriesModel
ClusteringModel
TextModel
NeuralNetwork
BaselineModel
GeneralRegressionModel
NearestNeighborModel
NaiveBayesModel
MiningModel
SequenceModel
Scorecard
RuleSetModel
RegressionModel
public void addAssociationModelOrBaselineModelOrClusteringModes(java.lang.Object object)
public java.util.List<Extension> getExtension()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String