|
||||||||||
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.Node
public class Node
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}Extension" maxOccurs="unbounded" minOccurs="0"/> <group ref="{http://www.dmg.org/PMML-4_1}PREDICATE"/> <choice> <sequence> <element ref="{http://www.dmg.org/PMML-4_1}Partition" minOccurs="0"/> <element ref="{http://www.dmg.org/PMML-4_1}ScoreDistribution" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.dmg.org/PMML-4_1}Node" maxOccurs="unbounded" minOccurs="0"/> </sequence> <group ref="{http://www.dmg.org/PMML-4_1}EmbeddedModel"/> </choice> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="score" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="recordCount" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="defaultChild" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected DecisionTree |
decisionTree
|
protected String |
defaultChild
|
protected List<Serializable> |
extensionsAndSimplePredicatesAndCompoundPredicates
|
protected String |
id
|
protected List<Node> |
nodes
|
protected Partition |
partition
|
protected Double |
recordCount
|
protected Regression |
regression
|
protected String |
score
|
protected List<ScoreDistribution> |
scoreDistributions
|
Constructor Summary | |
---|---|
Node()
|
Method Summary | |
---|---|
DecisionTree |
getDecisionTree()
Gets the value of the decisionTree property. |
String |
getDefaultChild()
Gets the value of the defaultChild property. |
List<Serializable> |
getExtensionsAndSimplePredicatesAndCompoundPredicates()
Gets the value of the extensionsAndSimplePredicatesAndCompoundPredicates property. |
String |
getId()
Gets the value of the id property. |
List<Node> |
getNodes()
Gets the value of the nodes property. |
Partition |
getPartition()
Gets the value of the partition property. |
Double |
getRecordCount()
Gets the value of the recordCount property. |
Regression |
getRegression()
Gets the value of the regression property. |
String |
getScore()
Gets the value of the score property. |
List<ScoreDistribution> |
getScoreDistributions()
Gets the value of the scoreDistributions property. |
void |
setDecisionTree(DecisionTree value)
Sets the value of the decisionTree property. |
void |
setDefaultChild(String value)
Sets the value of the defaultChild property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPartition(Partition value)
Sets the value of the partition property. |
void |
setRecordCount(Double value)
Sets the value of the recordCount property. |
void |
setRegression(Regression value)
Sets the value of the regression property. |
void |
setScore(String value)
Sets the value of the score property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Serializable> extensionsAndSimplePredicatesAndCompoundPredicates
protected DecisionTree decisionTree
protected Regression regression
protected Partition partition
protected List<ScoreDistribution> scoreDistributions
protected List<Node> nodes
protected String id
protected String score
protected Double recordCount
protected String defaultChild
Constructor Detail |
---|
public Node()
Method Detail |
---|
public List<Serializable> getExtensionsAndSimplePredicatesAndCompoundPredicates()
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 extensionsAndSimplePredicatesAndCompoundPredicates property.
For example, to add a new item, do as follows:
getExtensionsAndSimplePredicatesAndCompoundPredicates().add(newItem);
Objects of the following type(s) are allowed in the list
False
CompoundPredicate
SimpleSetPredicate
SimplePredicate
True
Extension
public DecisionTree getDecisionTree()
DecisionTree
public void setDecisionTree(DecisionTree value)
value
- allowed object is
DecisionTree
public Regression getRegression()
Regression
public void setRegression(Regression value)
value
- allowed object is
Regression
public Partition getPartition()
Partition
public void setPartition(Partition value)
value
- allowed object is
Partition
public List<ScoreDistribution> getScoreDistributions()
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 scoreDistributions property.
For example, to add a new item, do as follows:
getScoreDistributions().add(newItem);
Objects of the following type(s) are allowed in the list
ScoreDistribution
public List<Node> getNodes()
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 nodes property.
For example, to add a new item, do as follows:
getNodes().add(newItem);
Objects of the following type(s) are allowed in the list
Node
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getScore()
String
public void setScore(String value)
value
- allowed object is
String
public Double getRecordCount()
Double
public void setRecordCount(Double value)
value
- allowed object is
Double
public String getDefaultChild()
String
public void setDefaultChild(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |