public class Constraints extends PMMLObject implements com.sun.xml.bind.Locatable
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"/>
</sequence>
<attribute name="minimumNumberOfItems" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" default="1" />
<attribute name="maximumNumberOfItems" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="minimumNumberOfAntecedentItems" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" default="1" />
<attribute name="maximumNumberOfAntecedentItems" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="minimumNumberOfConsequentItems" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" default="1" />
<attribute name="maximumNumberOfConsequentItems" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="minimumSupport" 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="minimumLift" 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" />
<attribute name="maximumTotalSequenceTime" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
<attribute name="minimumItemsetSeparationTime" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" default="0" />
<attribute name="maximumItemsetSeparationTime" 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="maximumAntConsSeparationTime" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Extension> |
extensions |
protected Locator |
locator |
protected Double |
maximumAntConsSeparationTime |
protected Double |
maximumItemsetSeparationTime |
protected Integer |
maximumNumberOfAntecedentItems |
protected Integer |
maximumNumberOfConsequentItems |
protected Integer |
maximumNumberOfItems |
protected Double |
maximumTotalSequenceTime |
protected Double |
minimumAntConsSeparationTime |
protected Double |
minimumConfidence |
protected Double |
minimumItemsetSeparationTime |
protected Double |
minimumLift |
protected Integer |
minimumNumberOfAntecedentItems |
protected Integer |
minimumNumberOfConsequentItems |
protected Integer |
minimumNumberOfItems |
protected Double |
minimumSupport |
protected Double |
minimumTotalSequenceTime |
| Constructor and Description |
|---|
Constraints() |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
Double |
getMaximumAntConsSeparationTime()
Gets the value of the maximumAntConsSeparationTime property.
|
Double |
getMaximumItemsetSeparationTime()
Gets the value of the maximumItemsetSeparationTime property.
|
Integer |
getMaximumNumberOfAntecedentItems()
Gets the value of the maximumNumberOfAntecedentItems property.
|
Integer |
getMaximumNumberOfConsequentItems()
Gets the value of the maximumNumberOfConsequentItems property.
|
Integer |
getMaximumNumberOfItems()
Gets the value of the maximumNumberOfItems property.
|
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.
|
int |
getMinimumNumberOfAntecedentItems()
Gets the value of the minimumNumberOfAntecedentItems property.
|
int |
getMinimumNumberOfConsequentItems()
Gets the value of the minimumNumberOfConsequentItems property.
|
int |
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(Double value)
Sets the value of the maximumAntConsSeparationTime property.
|
void |
setMaximumItemsetSeparationTime(Double value)
Sets the value of the maximumItemsetSeparationTime property.
|
void |
setMaximumNumberOfAntecedentItems(Integer value)
Sets the value of the maximumNumberOfAntecedentItems property.
|
void |
setMaximumNumberOfConsequentItems(Integer value)
Sets the value of the maximumNumberOfConsequentItems property.
|
void |
setMaximumNumberOfItems(Integer value)
Sets the value of the maximumNumberOfItems property.
|
void |
setMaximumTotalSequenceTime(Double value)
Sets the value of the maximumTotalSequenceTime property.
|
void |
setMinimumAntConsSeparationTime(Double value)
Sets the value of the minimumAntConsSeparationTime property.
|
void |
setMinimumConfidence(Double value)
Sets the value of the minimumConfidence property.
|
void |
setMinimumItemsetSeparationTime(Double value)
Sets the value of the minimumItemsetSeparationTime property.
|
void |
setMinimumLift(Double value)
Sets the value of the minimumLift property.
|
void |
setMinimumNumberOfAntecedentItems(Integer value)
Sets the value of the minimumNumberOfAntecedentItems property.
|
void |
setMinimumNumberOfConsequentItems(Integer value)
Sets the value of the minimumNumberOfConsequentItems property.
|
void |
setMinimumNumberOfItems(Integer value)
Sets the value of the minimumNumberOfItems property.
|
void |
setMinimumSupport(Double value)
Sets the value of the minimumSupport property.
|
void |
setMinimumTotalSequenceTime(Double value)
Sets the value of the minimumTotalSequenceTime property.
|
void |
setSourceLocation(Locator newLocator) |
Locator |
sourceLocation() |
protected Integer minimumNumberOfItems
protected Integer maximumNumberOfItems
protected Integer minimumNumberOfAntecedentItems
protected Integer maximumNumberOfAntecedentItems
protected Integer minimumNumberOfConsequentItems
protected Integer maximumNumberOfConsequentItems
protected Double minimumSupport
protected Double minimumConfidence
protected Double minimumLift
protected Double minimumTotalSequenceTime
protected Double maximumTotalSequenceTime
protected Double minimumItemsetSeparationTime
protected Double maximumItemsetSeparationTime
protected Double minimumAntConsSeparationTime
protected Double maximumAntConsSeparationTime
protected Locator locator
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 int getMinimumNumberOfItems()
Stringpublic void setMinimumNumberOfItems(Integer value)
value - allowed object is
Stringpublic Integer getMaximumNumberOfItems()
Stringpublic void setMaximumNumberOfItems(Integer value)
value - allowed object is
Stringpublic int getMinimumNumberOfAntecedentItems()
Stringpublic void setMinimumNumberOfAntecedentItems(Integer value)
value - allowed object is
Stringpublic Integer getMaximumNumberOfAntecedentItems()
Stringpublic void setMaximumNumberOfAntecedentItems(Integer value)
value - allowed object is
Stringpublic int getMinimumNumberOfConsequentItems()
Stringpublic void setMinimumNumberOfConsequentItems(Integer value)
value - allowed object is
Stringpublic Integer getMaximumNumberOfConsequentItems()
Stringpublic void setMaximumNumberOfConsequentItems(Integer value)
value - allowed object is
Stringpublic double getMinimumSupport()
Doublepublic void setMinimumSupport(Double value)
value - allowed object is
Doublepublic double getMinimumConfidence()
Doublepublic void setMinimumConfidence(Double value)
value - allowed object is
Doublepublic double getMinimumLift()
Doublepublic void setMinimumLift(Double value)
value - allowed object is
Doublepublic double getMinimumTotalSequenceTime()
Doublepublic void setMinimumTotalSequenceTime(Double value)
value - allowed object is
Doublepublic Double getMaximumTotalSequenceTime()
Doublepublic void setMaximumTotalSequenceTime(Double value)
value - allowed object is
Doublepublic double getMinimumItemsetSeparationTime()
Doublepublic void setMinimumItemsetSeparationTime(Double value)
value - allowed object is
Doublepublic Double getMaximumItemsetSeparationTime()
Doublepublic void setMaximumItemsetSeparationTime(Double value)
value - allowed object is
Doublepublic double getMinimumAntConsSeparationTime()
Doublepublic void setMinimumAntConsSeparationTime(Double value)
value - allowed object is
Doublepublic Double getMaximumAntConsSeparationTime()
Doublepublic void setMaximumAntConsSeparationTime(Double value)
value - allowed object is
Doublepublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectCopyright © 2013 University of Tartu. All Rights Reserved.