public class SequenceRule extends Object
Java class for SequenceRule element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="SequenceRule">
<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"/>
<element ref="{http://www.dmg.org/PMML-4_1}AntecedentSequence"/>
<element ref="{http://www.dmg.org/PMML-4_1}Delimiter"/>
<element ref="{http://www.dmg.org/PMML-4_1}Time" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}ConsequentSequence"/>
<element ref="{http://www.dmg.org/PMML-4_1}Time" minOccurs="0"/>
</sequence>
<attribute name="confidence" use="required" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
<attribute name="id" use="required" type="{http://www.dmg.org/PMML-4_1}ELEMENT-ID" />
<attribute name="lift" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
<attribute name="numberOfSets" use="required" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="occurrence" use="required" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="support" use="required" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
SequenceRule() |
| Modifier and Type | Method and Description |
|---|---|
double |
getConfidence()
Gets the value of the confidence property.
|
List<Object> |
getContent()
Gets the rest of the content model.
|
String |
getId()
Gets the value of the id property.
|
Double |
getLift()
Gets the value of the lift property.
|
BigInteger |
getNumberOfSets()
Gets the value of the numberOfSets property.
|
BigInteger |
getOccurrence()
Gets the value of the occurrence property.
|
double |
getSupport()
Gets the value of the support property.
|
void |
setConfidence(double value)
Sets the value of the confidence property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLift(Double value)
Sets the value of the lift property.
|
void |
setNumberOfSets(BigInteger value)
Sets the value of the numberOfSets property.
|
void |
setOccurrence(BigInteger value)
Sets the value of the occurrence property.
|
void |
setSupport(double value)
Sets the value of the support property.
|
public List<Object> getContent()
You are getting this "catch-all" property because of the following reason: The field name "Time" is used by two different parts of a schema. See: line 466 of file:/home/david/workspace/weka/pmml-4-1.xsd line 464 of file:/home/david/workspace/weka/pmml-4-1.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the content property.
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
ConsequentSequence
Delimiter
Time
AntecedentSequence
Extension
public double getConfidence()
public void setConfidence(double value)
public void setId(String value)
value - allowed object is
Stringpublic Double getLift()
Doublepublic void setLift(Double value)
value - allowed object is
Doublepublic BigInteger getNumberOfSets()
BigIntegerpublic void setNumberOfSets(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getOccurrence()
BigIntegerpublic void setOccurrence(BigInteger value)
value - allowed object is
BigIntegerpublic double getSupport()
public void setSupport(double value)
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.