|
Drools :: PMML - Compiler 6.2.0.CR3 | |||||||||
| 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.RuleSet
public class RuleSet
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"/>
<element ref="{http://www.dmg.org/PMML-4_2}RuleSelectionMethod" maxOccurs="unbounded"/>
<element ref="{http://www.dmg.org/PMML-4_2}ScoreDistribution" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.dmg.org/PMML-4_2}Rule" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="recordCount" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="nbCorrect" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="defaultScore" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="defaultConfidence" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Double |
defaultConfidence
|
protected String |
defaultScore
|
protected List<Extension> |
extensions
|
protected Double |
nbCorrect
|
protected Double |
recordCount
|
protected List<RuleSelectionMethod> |
ruleSelectionMethods
|
protected List<ScoreDistribution> |
scoreDistributions
|
protected List<Serializable> |
simpleRulesAndCompoundRules
|
| Constructor Summary | |
|---|---|
RuleSet()
|
|
| Method Summary | |
|---|---|
Double |
getDefaultConfidence()
Gets the value of the defaultConfidence property. |
String |
getDefaultScore()
Gets the value of the defaultScore property. |
List<Extension> |
getExtensions()
Gets the value of the extensions property. |
Double |
getNbCorrect()
Gets the value of the nbCorrect property. |
Double |
getRecordCount()
Gets the value of the recordCount property. |
List<RuleSelectionMethod> |
getRuleSelectionMethods()
Gets the value of the ruleSelectionMethods property. |
List<ScoreDistribution> |
getScoreDistributions()
Gets the value of the scoreDistributions property. |
List<Serializable> |
getSimpleRulesAndCompoundRules()
Gets the value of the simpleRulesAndCompoundRules property. |
void |
setDefaultConfidence(Double value)
Sets the value of the defaultConfidence property. |
void |
setDefaultScore(String value)
Sets the value of the defaultScore property. |
void |
setNbCorrect(Double value)
Sets the value of the nbCorrect property. |
void |
setRecordCount(Double value)
Sets the value of the recordCount property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Extension> extensions
protected List<RuleSelectionMethod> ruleSelectionMethods
protected List<ScoreDistribution> scoreDistributions
protected List<Serializable> simpleRulesAndCompoundRules
protected Double recordCount
protected Double nbCorrect
protected String defaultScore
protected Double defaultConfidence
| Constructor Detail |
|---|
public RuleSet()
| Method Detail |
|---|
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 List<RuleSelectionMethod> getRuleSelectionMethods()
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 ruleSelectionMethods property.
For example, to add a new item, do as follows:
getRuleSelectionMethods().add(newItem);
Objects of the following type(s) are allowed in the list
RuleSelectionMethod
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<Serializable> getSimpleRulesAndCompoundRules()
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 simpleRulesAndCompoundRules property.
For example, to add a new item, do as follows:
getSimpleRulesAndCompoundRules().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleRule
CompoundRule
public Double getRecordCount()
Doublepublic void setRecordCount(Double value)
value - allowed object is
Doublepublic Double getNbCorrect()
Doublepublic void setNbCorrect(Double value)
value - allowed object is
Doublepublic String getDefaultScore()
Stringpublic void setDefaultScore(String value)
value - allowed object is
Stringpublic Double getDefaultConfidence()
Doublepublic void setDefaultConfidence(Double value)
value - allowed object is
Double
|
Drools :: PMML - Compiler 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||