public class Itemset extends Object
Java class for Itemset element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Itemset">
<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}ItemRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="numberOfItems" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="support" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
Itemset() |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
getExtension()
Gets the value of the extension property.
|
String |
getId()
Gets the value of the id property.
|
List<ItemRef> |
getItemRef()
Gets the value of the itemRef property.
|
BigInteger |
getNumberOfItems()
Gets the value of the numberOfItems property.
|
BigDecimal |
getSupport()
Gets the value of the support property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNumberOfItems(BigInteger value)
Sets the value of the numberOfItems property.
|
void |
setSupport(BigDecimal value)
Sets the value of the support property.
|
public 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 List<ItemRef> getItemRef()
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 itemRef property.
For example, to add a new item, do as follows:
getItemRef().add(newItem);
Objects of the following type(s) are allowed in the list
ItemRef
public void setId(String value)
value - allowed object is
Stringpublic BigInteger getNumberOfItems()
BigIntegerpublic void setNumberOfItems(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getSupport()
BigDecimalpublic void setSupport(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.