public class KohonenMap extends PMMLObject implements HasExtensions
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_3}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="coord1" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="coord2" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="coord3" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
KohonenMap() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
KohonenMap |
addExtensions(Extension... extensions) |
Double |
getCoord1()
Gets the value of the coord1 property.
|
Double |
getCoord2()
Gets the value of the coord2 property.
|
Double |
getCoord3()
Gets the value of the coord3 property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
boolean |
hasExtensions() |
KohonenMap |
setCoord1(Double coord1)
Sets the value of the coord1 property.
|
KohonenMap |
setCoord2(Double coord2)
Sets the value of the coord2 property.
|
KohonenMap |
setCoord3(Double coord3)
Sets the value of the coord3 property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic Double getCoord1()
Doublepublic KohonenMap setCoord1(Double coord1)
coord1 - allowed object is
Doublepublic Double getCoord2()
Doublepublic KohonenMap setCoord2(Double coord2)
coord2 - allowed object is
Doublepublic Double getCoord3()
Doublepublic KohonenMap setCoord3(Double coord3)
coord3 - allowed object is
Doublepublic 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
getExtensions in interface HasExtensionspublic boolean hasExtensions()
hasExtensions in interface HasExtensionspublic KohonenMap addExtensions(Extension... extensions)
public VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.