|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dmg.pmml.pmml_4_1.descr.PMML
public class PMML
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>
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 |
---|
protected Header header
protected MiningBuildTask miningBuildTask
protected DataDictionary dataDictionary
protected TransformationDictionary transformationDictionary
protected List<Object> associationModelsAndBaselineModelsAndClusteringModels
protected List<Extension> extensions
protected String version
Constructor Detail |
---|
public PMML()
Method Detail |
---|
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 List<Object> getAssociationModelsAndBaselineModelsAndClusteringModels()
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
public List<Extension> getExtensions()
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
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |