public class AssociationRule
extends java.lang.Object
Java class for AssociationRule element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="AssociationRule"> <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="affinity" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" /> <attribute name="antecedent" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="confidence" use="required" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" /> <attribute name="consequent" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="leverage" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="lift" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="support" use="required" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" /> </restriction> </complexContent> </complexType> </element>
Constructor and Description |
---|
AssociationRule() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getAffinity()
Gets the value of the affinity property.
|
java.lang.String |
getAntecedent()
Gets the value of the antecedent property.
|
java.math.BigDecimal |
getConfidence()
Gets the value of the confidence property.
|
java.lang.String |
getConsequent()
Gets the value of the consequent property.
|
java.util.List<Extension> |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.Float |
getLeverage()
Gets the value of the leverage property.
|
java.lang.Float |
getLift()
Gets the value of the lift property.
|
java.math.BigDecimal |
getSupport()
Gets the value of the support property.
|
void |
setAffinity(java.math.BigDecimal value)
Sets the value of the affinity property.
|
void |
setAntecedent(java.lang.String value)
Sets the value of the antecedent property.
|
void |
setConfidence(java.math.BigDecimal value)
Sets the value of the confidence property.
|
void |
setConsequent(java.lang.String value)
Sets the value of the consequent property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLeverage(java.lang.Float value)
Sets the value of the leverage property.
|
void |
setLift(java.lang.Float value)
Sets the value of the lift property.
|
void |
setSupport(java.math.BigDecimal value)
Sets the value of the support property.
|
public java.util.List<Extension> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public java.math.BigDecimal getAffinity()
BigDecimal
public void setAffinity(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getAntecedent()
String
public void setAntecedent(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getConfidence()
BigDecimal
public void setConfidence(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getConsequent()
String
public void setConsequent(java.lang.String value)
value
- allowed object is
String
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.Float getLeverage()
Float
public void setLeverage(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getLift()
Float
public void setLift(java.lang.Float value)
value
- allowed object is
Float
public java.math.BigDecimal getSupport()
BigDecimal
public void setSupport(java.math.BigDecimal value)
value
- allowed object is
BigDecimal