|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dmg.pmml.pmml_4_1.descr.SequenceRule
public class SequenceRule
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"/> <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="id" use="required" type="{http://www.dmg.org/PMML-4_1}ELEMENT-ID" /> <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" /> <attribute name="confidence" use="required" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" /> <attribute name="lift" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
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<Object> |
timesAndConsequentSequences
|
Constructor Summary | |
---|---|
SequenceRule()
|
Method Summary | |
---|---|
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<Object> |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Extension> extensions
protected AntecedentSequence antecedentSequence
protected Delimiter delimiter
protected List<Object> timesAndConsequentSequences
protected String id
protected BigInteger numberOfSets
protected BigInteger occurrence
protected double support
protected double confidence
protected Double lift
Constructor Detail |
---|
public SequenceRule()
Method Detail |
---|
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<Object> 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 String getId()
String
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
public void setLift(Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |