public class AssociationRule 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"/> </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_2}PROB-NUMBER" /> <attribute name="confidence" use="required" type="{http://www.dmg.org/PMML-4_2}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_2}PROB-NUMBER" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AssociationRule() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String antecedent
protected String consequent
protected BigDecimal support
protected BigDecimal confidence
protected Float lift
protected Float leverage
protected BigDecimal affinity
protected String id
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()
String
public void setAntecedent(String value)
value
- allowed object is
String
public String getConsequent()
String
public void setConsequent(String value)
value
- allowed object is
String
public BigDecimal getSupport()
BigDecimal
public void setSupport(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getConfidence()
BigDecimal
public void setConfidence(BigDecimal value)
value
- allowed object is
BigDecimal
public Float getLift()
Float
public void setLift(Float value)
value
- allowed object is
Float
public Float getLeverage()
Float
public void setLeverage(Float value)
value
- allowed object is
Float
public BigDecimal getAffinity()
BigDecimal
public void setAffinity(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.