|
Drools :: PMML - Compiler 6.1.0.Beta2 | |||||||||
| 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.AssociationRule
public class AssociationRule
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"/>
</sequence>
<attribute name="antecedent" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="consequent" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="support" use="required" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
<attribute name="confidence" use="required" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
<attribute name="lift" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="leverage" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="affinity" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigDecimal |
affinity
|
protected String |
antecedent
|
protected BigDecimal |
confidence
|
protected String |
consequent
|
protected List<Extension> |
extensions
|
protected String |
id
|
protected Float |
leverage
|
protected Float |
lift
|
protected BigDecimal |
support
|
| Constructor Summary | |
|---|---|
AssociationRule()
|
|
| Method Summary | |
|---|---|
BigDecimal |
getAffinity()
Gets the value of the affinity property. |
String |
getAntecedent()
Gets the value of the antecedent property. |
BigDecimal |
getConfidence()
Gets the value of the confidence property. |
String |
getConsequent()
Gets the value of the consequent property. |
List<Extension> |
getExtensions()
Gets the value of the extensions property. |
String |
getId()
Gets the value of the id property. |
Float |
getLeverage()
Gets the value of the leverage property. |
Float |
getLift()
Gets the value of the lift property. |
BigDecimal |
getSupport()
Gets the value of the support property. |
void |
setAffinity(BigDecimal value)
Sets the value of the affinity property. |
void |
setAntecedent(String value)
Sets the value of the antecedent property. |
void |
setConfidence(BigDecimal value)
Sets the value of the confidence property. |
void |
setConsequent(String value)
Sets the value of the consequent property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLeverage(Float value)
Sets the value of the leverage property. |
void |
setLift(Float value)
Sets the value of the lift property. |
void |
setSupport(BigDecimal value)
Sets the value of the support 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 String antecedent
protected String consequent
protected BigDecimal support
protected BigDecimal confidence
protected Float lift
protected Float leverage
protected BigDecimal affinity
protected String id
| Constructor Detail |
|---|
public AssociationRule()
| 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 String getAntecedent()
Stringpublic void setAntecedent(String value)
value - allowed object is
Stringpublic String getConsequent()
Stringpublic void setConsequent(String value)
value - allowed object is
Stringpublic BigDecimal getSupport()
BigDecimalpublic void setSupport(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getConfidence()
BigDecimalpublic void setConfidence(BigDecimal value)
value - allowed object is
BigDecimalpublic Float getLift()
Floatpublic void setLift(Float value)
value - allowed object is
Floatpublic Float getLeverage()
Floatpublic void setLeverage(Float value)
value - allowed object is
Floatpublic BigDecimal getAffinity()
BigDecimalpublic void setAffinity(BigDecimal value)
value - allowed object is
BigDecimalpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
Drools :: PMML - Compiler 6.1.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||