Package weka.core.pmml.jaxbbindings
Class Cluster
java.lang.Object
weka.core.pmml.jaxbbindings.Cluster
Java class for Cluster element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Cluster"> <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}KohonenMap" minOccurs="0"/> <group ref="{http://www.dmg.org/PMML-4_1}NUM-ARRAY" minOccurs="0"/> <element ref="{http://www.dmg.org/PMML-4_1}Partition" minOccurs="0"/> <element ref="{http://www.dmg.org/PMML-4_1}Covariances" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> </restriction> </complexContent> </complexType> </element>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetArray()
Gets the value of the array property.Gets the value of the covariances property.Gets the value of the extension property.getId()
Gets the value of the id property.Gets the value of the kohonenMap property.getName()
Gets the value of the name property.Gets the value of the partition property.getSize()
Gets the value of the size property.void
Sets the value of the array property.void
setCovariances
(Covariances value) Sets the value of the covariances property.void
Sets the value of the id property.void
setKohonenMap
(KohonenMap value) Sets the value of the kohonenMap property.void
Sets the value of the name property.void
setPartition
(Partition value) Sets the value of the partition property.void
setSize
(BigInteger value) Sets the value of the size property.
-
Constructor Details
-
Cluster
public Cluster()
-
-
Method Details
-
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
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
-
getKohonenMap
Gets the value of the kohonenMap property.- Returns:
- possible object is
KohonenMap
-
setKohonenMap
Sets the value of the kohonenMap property.- Parameters:
value
- allowed object isKohonenMap
-
getArray
Gets the value of the array property.- Returns:
- possible object is
ArrayType
-
setArray
Sets the value of the array property.- Parameters:
value
- allowed object isArrayType
-
getPartition
Gets the value of the partition property.- Returns:
- possible object is
Partition
-
setPartition
Sets the value of the partition property.- Parameters:
value
- allowed object isPartition
-
getCovariances
Gets the value of the covariances property.- Returns:
- possible object is
Covariances
-
setCovariances
Sets the value of the covariances property.- Parameters:
value
- allowed object isCovariances
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getSize
Gets the value of the size property.- Returns:
- possible object is
BigInteger
-
setSize
Sets the value of the size property.- Parameters:
value
- allowed object isBigInteger
-