public class RuleSet 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_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>
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
RuleSet() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected List<RuleSelectionMethod> ruleSelectionMethods
protected List<ScoreDistribution> scoreDistributions
protected List<Serializable> simpleRulesAndCompoundRules
protected Double recordCount
protected Double nbCorrect
protected String defaultScore
protected Double defaultConfidence
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
CompoundRule
SimpleRule
public Double getRecordCount()
Double
public void setRecordCount(Double value)
value
- allowed object is
Double
public Double getNbCorrect()
Double
public void setNbCorrect(Double value)
value
- allowed object is
Double
public String getDefaultScore()
String
public void setDefaultScore(String value)
value
- allowed object is
String
public Double getDefaultConfidence()
Double
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.