org.dmg.pmml.pmml_4_1.descr
Class PMML

java.lang.Object
  extended by org.dmg.pmml.pmml_4_1.descr.PMML
All Implemented Interfaces:
Serializable

public class PMML
extends Object
implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <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>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> associationModelsAndBaselineModelsAndClusteringModels
           
protected  DataDictionary dataDictionary
           
protected  List<Extension> extensions
           
protected  Header header
           
protected  MiningBuildTask miningBuildTask
           
protected  TransformationDictionary transformationDictionary
           
protected  String version
           
 
Constructor Summary
PMML()
           
 
Method Summary
 List<Object> getAssociationModelsAndBaselineModelsAndClusteringModels()
          Gets the value of the associationModelsAndBaselineModelsAndClusteringModels property.
 DataDictionary getDataDictionary()
          Gets the value of the dataDictionary property.
 List<Extension> getExtensions()
          Gets the value of the extensions 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.
 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(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

header

protected Header header

miningBuildTask

protected MiningBuildTask miningBuildTask

dataDictionary

protected DataDictionary dataDictionary

transformationDictionary

protected TransformationDictionary transformationDictionary

associationModelsAndBaselineModelsAndClusteringModels

protected List<Object> associationModelsAndBaselineModelsAndClusteringModels

extensions

protected List<Extension> extensions

version

protected String version
Constructor Detail

PMML

public PMML()
Method Detail

getHeader

public Header getHeader()
Gets the value of the header property.

Returns:
possible object is Header

setHeader

public void setHeader(Header value)
Sets the value of the header property.

Parameters:
value - allowed object is Header

getMiningBuildTask

public MiningBuildTask getMiningBuildTask()
Gets the value of the miningBuildTask property.

Returns:
possible object is MiningBuildTask

setMiningBuildTask

public void setMiningBuildTask(MiningBuildTask value)
Sets the value of the miningBuildTask property.

Parameters:
value - allowed object is MiningBuildTask

getDataDictionary

public DataDictionary getDataDictionary()
Gets the value of the dataDictionary property.

Returns:
possible object is DataDictionary

setDataDictionary

public void setDataDictionary(DataDictionary value)
Sets the value of the dataDictionary property.

Parameters:
value - allowed object is DataDictionary

getTransformationDictionary

public TransformationDictionary getTransformationDictionary()
Gets the value of the transformationDictionary property.

Returns:
possible object is TransformationDictionary

setTransformationDictionary

public void setTransformationDictionary(TransformationDictionary value)
Sets the value of the transformationDictionary property.

Parameters:
value - allowed object is TransformationDictionary

getAssociationModelsAndBaselineModelsAndClusteringModels

public List<Object> getAssociationModelsAndBaselineModelsAndClusteringModels()
Gets the value of the associationModelsAndBaselineModelsAndClusteringModels property.

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 associationModelsAndBaselineModelsAndClusteringModels property.

For example, to add a new item, do as follows:

    getAssociationModelsAndBaselineModelsAndClusteringModels().add(newItem);
 

Objects of the following type(s) are allowed in the list BaselineModel MiningModel AssociationModel NeuralNetwork RegressionModel GeneralRegressionModel SequenceModel NaiveBayesModel SupportVectorMachineModel TimeSeriesModel RuleSetModel Scorecard NearestNeighborModel TreeModel TextModel ClusteringModel


getExtensions

public List<Extension> getExtensions()
Gets the value of the extensions property.

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 extensions property.

For example, to add a new item, do as follows:

    getExtensions().add(newItem);
 

Objects of the following type(s) are allowed in the list Extension


getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.