public class SequenceRule 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"/> <element ref="{http://www.dmg.org/PMML-4_2}AntecedentSequence"/> <element ref="{http://www.dmg.org/PMML-4_2}Delimiter"/> <element ref="{http://www.dmg.org/PMML-4_2}Time" minOccurs="0"/> <element ref="{http://www.dmg.org/PMML-4_2}ConsequentSequence"/> <element ref="{http://www.dmg.org/PMML-4_2}Time" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.dmg.org/PMML-4_2}ELEMENT-ID" /> <attribute name="numberOfSets" use="required" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" /> <attribute name="occurrence" use="required" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" /> <attribute name="support" use="required" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" /> <attribute name="confidence" use="required" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" /> <attribute name="lift" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AntecedentSequence |
antecedentSequence |
protected double |
confidence |
protected Delimiter |
delimiter |
protected List<Extension> |
extensions |
protected String |
id |
protected Double |
lift |
protected BigInteger |
numberOfSets |
protected BigInteger |
occurrence |
protected double |
support |
protected List<Serializable> |
timesAndConsequentSequences |
Constructor and Description |
---|
SequenceRule() |
Modifier and Type | Method and Description |
---|---|
AntecedentSequence |
getAntecedentSequence()
Gets the value of the antecedentSequence property.
|
double |
getConfidence()
Gets the value of the confidence property.
|
Delimiter |
getDelimiter()
Gets the value of the delimiter property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
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.
|
List<Serializable> |
getTimesAndConsequentSequences()
Gets the value of the timesAndConsequentSequences property.
|
void |
setAntecedentSequence(AntecedentSequence value)
Sets the value of the antecedentSequence property.
|
void |
setConfidence(double value)
Sets the value of the confidence property.
|
void |
setDelimiter(Delimiter value)
Sets the value of the delimiter 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.
|
protected AntecedentSequence antecedentSequence
protected Delimiter delimiter
protected List<Serializable> timesAndConsequentSequences
protected String id
protected BigInteger numberOfSets
protected BigInteger occurrence
protected double support
protected double confidence
protected Double lift
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 AntecedentSequence getAntecedentSequence()
AntecedentSequence
public void setAntecedentSequence(AntecedentSequence value)
value
- allowed object is
AntecedentSequence
public Delimiter getDelimiter()
Delimiter
public void setDelimiter(Delimiter value)
value
- allowed object is
Delimiter
public List<Serializable> getTimesAndConsequentSequences()
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 timesAndConsequentSequences property.
For example, to add a new item, do as follows:
getTimesAndConsequentSequences().add(newItem);
Objects of the following type(s) are allowed in the list
Time
ConsequentSequence
public void setId(String value)
value
- allowed object is
String
public BigInteger getNumberOfSets()
BigInteger
public void setNumberOfSets(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getOccurrence()
BigInteger
public void setOccurrence(BigInteger value)
value
- allowed object is
BigInteger
public double getSupport()
public void setSupport(double value)
public double getConfidence()
public void setConfidence(double value)
public Double getLift()
Double
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.