public class Constraints
extends java.lang.Object
Java class for Constraints element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Constraints">
<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="maximumAntConsSeparationTime" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
<attribute name="maximumItemsetSeparationTime" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
<attribute name="maximumNumberOfAntecedentItems" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="maximumNumberOfConsequentItems" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="maximumNumberOfItems" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="maximumTotalSequenceTime" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
<attribute name="minimumAntConsSeparationTime" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" default="0" />
<attribute name="minimumConfidence" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" default="0" />
<attribute name="minimumItemsetSeparationTime" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" default="0" />
<attribute name="minimumLift" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" default="0" />
<attribute name="minimumNumberOfAntecedentItems" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" default="1" />
<attribute name="minimumNumberOfConsequentItems" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" default="1" />
<attribute name="minimumNumberOfItems" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" default="1" />
<attribute name="minimumSupport" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" default="0" />
<attribute name="minimumTotalSequenceTime" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" default="0" />
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
Constraints() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Extension> |
getExtension()
Gets the value of the extension property.
|
java.lang.Double |
getMaximumAntConsSeparationTime()
Gets the value of the maximumAntConsSeparationTime property.
|
java.lang.Double |
getMaximumItemsetSeparationTime()
Gets the value of the maximumItemsetSeparationTime property.
|
java.math.BigInteger |
getMaximumNumberOfAntecedentItems()
Gets the value of the maximumNumberOfAntecedentItems property.
|
java.math.BigInteger |
getMaximumNumberOfConsequentItems()
Gets the value of the maximumNumberOfConsequentItems property.
|
java.math.BigInteger |
getMaximumNumberOfItems()
Gets the value of the maximumNumberOfItems property.
|
java.lang.Double |
getMaximumTotalSequenceTime()
Gets the value of the maximumTotalSequenceTime property.
|
double |
getMinimumAntConsSeparationTime()
Gets the value of the minimumAntConsSeparationTime property.
|
double |
getMinimumConfidence()
Gets the value of the minimumConfidence property.
|
double |
getMinimumItemsetSeparationTime()
Gets the value of the minimumItemsetSeparationTime property.
|
double |
getMinimumLift()
Gets the value of the minimumLift property.
|
java.math.BigInteger |
getMinimumNumberOfAntecedentItems()
Gets the value of the minimumNumberOfAntecedentItems property.
|
java.math.BigInteger |
getMinimumNumberOfConsequentItems()
Gets the value of the minimumNumberOfConsequentItems property.
|
java.math.BigInteger |
getMinimumNumberOfItems()
Gets the value of the minimumNumberOfItems property.
|
double |
getMinimumSupport()
Gets the value of the minimumSupport property.
|
double |
getMinimumTotalSequenceTime()
Gets the value of the minimumTotalSequenceTime property.
|
void |
setMaximumAntConsSeparationTime(java.lang.Double value)
Sets the value of the maximumAntConsSeparationTime property.
|
void |
setMaximumItemsetSeparationTime(java.lang.Double value)
Sets the value of the maximumItemsetSeparationTime property.
|
void |
setMaximumNumberOfAntecedentItems(java.math.BigInteger value)
Sets the value of the maximumNumberOfAntecedentItems property.
|
void |
setMaximumNumberOfConsequentItems(java.math.BigInteger value)
Sets the value of the maximumNumberOfConsequentItems property.
|
void |
setMaximumNumberOfItems(java.math.BigInteger value)
Sets the value of the maximumNumberOfItems property.
|
void |
setMaximumTotalSequenceTime(java.lang.Double value)
Sets the value of the maximumTotalSequenceTime property.
|
void |
setMinimumAntConsSeparationTime(java.lang.Double value)
Sets the value of the minimumAntConsSeparationTime property.
|
void |
setMinimumConfidence(java.lang.Double value)
Sets the value of the minimumConfidence property.
|
void |
setMinimumItemsetSeparationTime(java.lang.Double value)
Sets the value of the minimumItemsetSeparationTime property.
|
void |
setMinimumLift(java.lang.Double value)
Sets the value of the minimumLift property.
|
void |
setMinimumNumberOfAntecedentItems(java.math.BigInteger value)
Sets the value of the minimumNumberOfAntecedentItems property.
|
void |
setMinimumNumberOfConsequentItems(java.math.BigInteger value)
Sets the value of the minimumNumberOfConsequentItems property.
|
void |
setMinimumNumberOfItems(java.math.BigInteger value)
Sets the value of the minimumNumberOfItems property.
|
void |
setMinimumSupport(java.lang.Double value)
Sets the value of the minimumSupport property.
|
void |
setMinimumTotalSequenceTime(java.lang.Double value)
Sets the value of the minimumTotalSequenceTime property.
|
public java.util.List<Extension> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public java.lang.Double getMaximumAntConsSeparationTime()
Doublepublic void setMaximumAntConsSeparationTime(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMaximumItemsetSeparationTime()
Doublepublic void setMaximumItemsetSeparationTime(java.lang.Double value)
value - allowed object is
Doublepublic java.math.BigInteger getMaximumNumberOfAntecedentItems()
BigIntegerpublic void setMaximumNumberOfAntecedentItems(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaximumNumberOfConsequentItems()
BigIntegerpublic void setMaximumNumberOfConsequentItems(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaximumNumberOfItems()
BigIntegerpublic void setMaximumNumberOfItems(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Double getMaximumTotalSequenceTime()
Doublepublic void setMaximumTotalSequenceTime(java.lang.Double value)
value - allowed object is
Doublepublic double getMinimumAntConsSeparationTime()
Doublepublic void setMinimumAntConsSeparationTime(java.lang.Double value)
value - allowed object is
Doublepublic double getMinimumConfidence()
Doublepublic void setMinimumConfidence(java.lang.Double value)
value - allowed object is
Doublepublic double getMinimumItemsetSeparationTime()
Doublepublic void setMinimumItemsetSeparationTime(java.lang.Double value)
value - allowed object is
Doublepublic double getMinimumLift()
Doublepublic void setMinimumLift(java.lang.Double value)
value - allowed object is
Doublepublic java.math.BigInteger getMinimumNumberOfAntecedentItems()
BigIntegerpublic void setMinimumNumberOfAntecedentItems(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMinimumNumberOfConsequentItems()
BigIntegerpublic void setMinimumNumberOfConsequentItems(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMinimumNumberOfItems()
BigIntegerpublic void setMinimumNumberOfItems(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic double getMinimumSupport()
Doublepublic void setMinimumSupport(java.lang.Double value)
value - allowed object is
Doublepublic double getMinimumTotalSequenceTime()
Doublepublic void setMinimumTotalSequenceTime(java.lang.Double value)
value - allowed object is
Double