public class AssociationRule extends Entity implements com.sun.xml.bind.Locatable
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>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
affinity |
protected String |
antecedent |
protected Double |
confidence |
protected String |
consequent |
protected List<Extension> |
extensions |
protected String |
id |
protected Float |
leverage |
protected Float |
lift |
protected Locator |
locator |
protected Double |
support |
| Constructor and Description |
|---|
AssociationRule()
Deprecated.
|
AssociationRule(String antecedent,
String consequent,
Double support,
Double confidence) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Double |
getAffinity()
Gets the value of the affinity property.
|
String |
getAntecedent()
Gets the value of the antecedent property.
|
Double |
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.
|
Double |
getSupport()
Gets the value of the support property.
|
void |
setAffinity(Double value)
Sets the value of the affinity property.
|
void |
setAntecedent(String value)
Sets the value of the antecedent property.
|
void |
setConfidence(Double 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 |
setSourceLocation(Locator newLocator) |
void |
setSupport(Double value)
Sets the value of the support property.
|
Locator |
sourceLocation() |
protected String antecedent
protected String consequent
protected Double support
protected Double confidence
protected Float lift
protected Float leverage
protected Double affinity
protected String id
protected Locator locator
@Deprecated public AssociationRule()
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 Double getSupport()
Stringpublic void setSupport(Double value)
value - allowed object is
Stringpublic Double getConfidence()
Stringpublic void setConfidence(Double value)
value - allowed object is
Stringpublic Float getLift()
Floatpublic void setLift(Float value)
value - allowed object is
Floatpublic Float getLeverage()
Floatpublic void setLeverage(Float value)
value - allowed object is
Floatpublic Double getAffinity()
Stringpublic void setAffinity(Double value)
value - allowed object is
Stringpublic String getId()
public void setId(String value)
public Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectpublic VisitorAction accept(Visitor visitor)
Copyright © 2013 University of Tartu. All Rights Reserved.