|
Drools :: PMML - Compiler 6.2.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dmg.pmml.pmml_4_2.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_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.dmg.org/PMML-4_2}PREDICATE"/>
<choice>
<sequence>
<element ref="{http://www.dmg.org/PMML-4_2}Partition" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ScoreDistribution" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}Node" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<group ref="{http://www.dmg.org/PMML-4_2}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_2}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
Extension
SimpleSetPredicate
SimplePredicate
True
False
CompoundPredicate
public DecisionTree getDecisionTree()
DecisionTreepublic void setDecisionTree(DecisionTree value)
value - allowed object is
DecisionTreepublic Regression getRegression()
Regressionpublic void setRegression(Regression value)
value - allowed object is
Regressionpublic Partition getPartition()
Partitionpublic void setPartition(Partition value)
value - allowed object is
Partitionpublic 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()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getScore()
Stringpublic void setScore(String value)
value - allowed object is
Stringpublic Double getRecordCount()
Doublepublic void setRecordCount(Double value)
value - allowed object is
Doublepublic String getDefaultChild()
Stringpublic void setDefaultChild(String value)
value - allowed object is
String
|
Drools :: PMML - Compiler 6.2.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||