Package weka.core.pmml.jaxbbindings
Class Constraints
- java.lang.Object
-
- weka.core.pmml.jaxbbindings.Constraints
-
public class Constraints extends java.lang.ObjectJava 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 Summary
Constructors Constructor Description Constraints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Extension>getExtension()Gets the value of the extension property.java.lang.DoublegetMaximumAntConsSeparationTime()Gets the value of the maximumAntConsSeparationTime property.java.lang.DoublegetMaximumItemsetSeparationTime()Gets the value of the maximumItemsetSeparationTime property.java.math.BigIntegergetMaximumNumberOfAntecedentItems()Gets the value of the maximumNumberOfAntecedentItems property.java.math.BigIntegergetMaximumNumberOfConsequentItems()Gets the value of the maximumNumberOfConsequentItems property.java.math.BigIntegergetMaximumNumberOfItems()Gets the value of the maximumNumberOfItems property.java.lang.DoublegetMaximumTotalSequenceTime()Gets the value of the maximumTotalSequenceTime property.doublegetMinimumAntConsSeparationTime()Gets the value of the minimumAntConsSeparationTime property.doublegetMinimumConfidence()Gets the value of the minimumConfidence property.doublegetMinimumItemsetSeparationTime()Gets the value of the minimumItemsetSeparationTime property.doublegetMinimumLift()Gets the value of the minimumLift property.java.math.BigIntegergetMinimumNumberOfAntecedentItems()Gets the value of the minimumNumberOfAntecedentItems property.java.math.BigIntegergetMinimumNumberOfConsequentItems()Gets the value of the minimumNumberOfConsequentItems property.java.math.BigIntegergetMinimumNumberOfItems()Gets the value of the minimumNumberOfItems property.doublegetMinimumSupport()Gets the value of the minimumSupport property.doublegetMinimumTotalSequenceTime()Gets the value of the minimumTotalSequenceTime property.voidsetMaximumAntConsSeparationTime(java.lang.Double value)Sets the value of the maximumAntConsSeparationTime property.voidsetMaximumItemsetSeparationTime(java.lang.Double value)Sets the value of the maximumItemsetSeparationTime property.voidsetMaximumNumberOfAntecedentItems(java.math.BigInteger value)Sets the value of the maximumNumberOfAntecedentItems property.voidsetMaximumNumberOfConsequentItems(java.math.BigInteger value)Sets the value of the maximumNumberOfConsequentItems property.voidsetMaximumNumberOfItems(java.math.BigInteger value)Sets the value of the maximumNumberOfItems property.voidsetMaximumTotalSequenceTime(java.lang.Double value)Sets the value of the maximumTotalSequenceTime property.voidsetMinimumAntConsSeparationTime(java.lang.Double value)Sets the value of the minimumAntConsSeparationTime property.voidsetMinimumConfidence(java.lang.Double value)Sets the value of the minimumConfidence property.voidsetMinimumItemsetSeparationTime(java.lang.Double value)Sets the value of the minimumItemsetSeparationTime property.voidsetMinimumLift(java.lang.Double value)Sets the value of the minimumLift property.voidsetMinimumNumberOfAntecedentItems(java.math.BigInteger value)Sets the value of the minimumNumberOfAntecedentItems property.voidsetMinimumNumberOfConsequentItems(java.math.BigInteger value)Sets the value of the minimumNumberOfConsequentItems property.voidsetMinimumNumberOfItems(java.math.BigInteger value)Sets the value of the minimumNumberOfItems property.voidsetMinimumSupport(java.lang.Double value)Sets the value of the minimumSupport property.voidsetMinimumTotalSequenceTime(java.lang.Double value)Sets the value of the minimumTotalSequenceTime property.
-
-
-
Method Detail
-
getExtension
public java.util.List<Extension> getExtension()
Gets the value of the extension 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
setmethod 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
-
getMaximumAntConsSeparationTime
public java.lang.Double getMaximumAntConsSeparationTime()
Gets the value of the maximumAntConsSeparationTime property.- Returns:
- possible object is
Double
-
setMaximumAntConsSeparationTime
public void setMaximumAntConsSeparationTime(java.lang.Double value)
Sets the value of the maximumAntConsSeparationTime property.- Parameters:
value- allowed object isDouble
-
getMaximumItemsetSeparationTime
public java.lang.Double getMaximumItemsetSeparationTime()
Gets the value of the maximumItemsetSeparationTime property.- Returns:
- possible object is
Double
-
setMaximumItemsetSeparationTime
public void setMaximumItemsetSeparationTime(java.lang.Double value)
Sets the value of the maximumItemsetSeparationTime property.- Parameters:
value- allowed object isDouble
-
getMaximumNumberOfAntecedentItems
public java.math.BigInteger getMaximumNumberOfAntecedentItems()
Gets the value of the maximumNumberOfAntecedentItems property.- Returns:
- possible object is
BigInteger
-
setMaximumNumberOfAntecedentItems
public void setMaximumNumberOfAntecedentItems(java.math.BigInteger value)
Sets the value of the maximumNumberOfAntecedentItems property.- Parameters:
value- allowed object isBigInteger
-
getMaximumNumberOfConsequentItems
public java.math.BigInteger getMaximumNumberOfConsequentItems()
Gets the value of the maximumNumberOfConsequentItems property.- Returns:
- possible object is
BigInteger
-
setMaximumNumberOfConsequentItems
public void setMaximumNumberOfConsequentItems(java.math.BigInteger value)
Sets the value of the maximumNumberOfConsequentItems property.- Parameters:
value- allowed object isBigInteger
-
getMaximumNumberOfItems
public java.math.BigInteger getMaximumNumberOfItems()
Gets the value of the maximumNumberOfItems property.- Returns:
- possible object is
BigInteger
-
setMaximumNumberOfItems
public void setMaximumNumberOfItems(java.math.BigInteger value)
Sets the value of the maximumNumberOfItems property.- Parameters:
value- allowed object isBigInteger
-
getMaximumTotalSequenceTime
public java.lang.Double getMaximumTotalSequenceTime()
Gets the value of the maximumTotalSequenceTime property.- Returns:
- possible object is
Double
-
setMaximumTotalSequenceTime
public void setMaximumTotalSequenceTime(java.lang.Double value)
Sets the value of the maximumTotalSequenceTime property.- Parameters:
value- allowed object isDouble
-
getMinimumAntConsSeparationTime
public double getMinimumAntConsSeparationTime()
Gets the value of the minimumAntConsSeparationTime property.- Returns:
- possible object is
Double
-
setMinimumAntConsSeparationTime
public void setMinimumAntConsSeparationTime(java.lang.Double value)
Sets the value of the minimumAntConsSeparationTime property.- Parameters:
value- allowed object isDouble
-
getMinimumConfidence
public double getMinimumConfidence()
Gets the value of the minimumConfidence property.- Returns:
- possible object is
Double
-
setMinimumConfidence
public void setMinimumConfidence(java.lang.Double value)
Sets the value of the minimumConfidence property.- Parameters:
value- allowed object isDouble
-
getMinimumItemsetSeparationTime
public double getMinimumItemsetSeparationTime()
Gets the value of the minimumItemsetSeparationTime property.- Returns:
- possible object is
Double
-
setMinimumItemsetSeparationTime
public void setMinimumItemsetSeparationTime(java.lang.Double value)
Sets the value of the minimumItemsetSeparationTime property.- Parameters:
value- allowed object isDouble
-
getMinimumLift
public double getMinimumLift()
Gets the value of the minimumLift property.- Returns:
- possible object is
Double
-
setMinimumLift
public void setMinimumLift(java.lang.Double value)
Sets the value of the minimumLift property.- Parameters:
value- allowed object isDouble
-
getMinimumNumberOfAntecedentItems
public java.math.BigInteger getMinimumNumberOfAntecedentItems()
Gets the value of the minimumNumberOfAntecedentItems property.- Returns:
- possible object is
BigInteger
-
setMinimumNumberOfAntecedentItems
public void setMinimumNumberOfAntecedentItems(java.math.BigInteger value)
Sets the value of the minimumNumberOfAntecedentItems property.- Parameters:
value- allowed object isBigInteger
-
getMinimumNumberOfConsequentItems
public java.math.BigInteger getMinimumNumberOfConsequentItems()
Gets the value of the minimumNumberOfConsequentItems property.- Returns:
- possible object is
BigInteger
-
setMinimumNumberOfConsequentItems
public void setMinimumNumberOfConsequentItems(java.math.BigInteger value)
Sets the value of the minimumNumberOfConsequentItems property.- Parameters:
value- allowed object isBigInteger
-
getMinimumNumberOfItems
public java.math.BigInteger getMinimumNumberOfItems()
Gets the value of the minimumNumberOfItems property.- Returns:
- possible object is
BigInteger
-
setMinimumNumberOfItems
public void setMinimumNumberOfItems(java.math.BigInteger value)
Sets the value of the minimumNumberOfItems property.- Parameters:
value- allowed object isBigInteger
-
getMinimumSupport
public double getMinimumSupport()
Gets the value of the minimumSupport property.- Returns:
- possible object is
Double
-
setMinimumSupport
public void setMinimumSupport(java.lang.Double value)
Sets the value of the minimumSupport property.- Parameters:
value- allowed object isDouble
-
getMinimumTotalSequenceTime
public double getMinimumTotalSequenceTime()
Gets the value of the minimumTotalSequenceTime property.- Returns:
- possible object is
Double
-
setMinimumTotalSequenceTime
public void setMinimumTotalSequenceTime(java.lang.Double value)
Sets the value of the minimumTotalSequenceTime property.- Parameters:
value- allowed object isDouble
-
-