public class MultivariateStats extends PMMLObject implements Iterable<MultivariateStat>, 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_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}MultivariateStat" maxOccurs="unbounded"/>
</sequence>
<attribute name="targetCategory" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Extension> |
extensions |
protected List<MultivariateStat> |
multivariateStats |
protected String |
targetCategory |
| Constructor and Description |
|---|
MultivariateStats() |
MultivariateStats(List<MultivariateStat> multivariateStats) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
List<MultivariateStat> |
getMultivariateStats()
Gets the value of the multivariateStats property.
|
String |
getTargetCategory()
Gets the value of the targetCategory property.
|
boolean |
hasExtensions() |
boolean |
hasMultivariateStats() |
Iterator<MultivariateStat> |
iterator() |
void |
setTargetCategory(String value)
Sets the value of the targetCategory property.
|
MultivariateStats |
withExtensions(Collection<Extension> values) |
MultivariateStats |
withExtensions(Extension... values) |
MultivariateStats |
withMultivariateStats(Collection<MultivariateStat> values) |
MultivariateStats |
withMultivariateStats(MultivariateStat... values) |
MultivariateStats |
withTargetCategory(String value) |
getLocator, setLocatorprotected String targetCategory
protected List<MultivariateStat> multivariateStats
public MultivariateStats()
public MultivariateStats(List<MultivariateStat> multivariateStats)
public String getTargetCategory()
Stringpublic void setTargetCategory(String value)
value - allowed object is
Stringpublic 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 List<MultivariateStat> getMultivariateStats()
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 multivariateStats property.
For example, to add a new item, do as follows:
getMultivariateStats().add(newItem);
Objects of the following type(s) are allowed in the list
MultivariateStat
public MultivariateStats withTargetCategory(String value)
public MultivariateStats withExtensions(Extension... values)
public MultivariateStats withExtensions(Collection<Extension> values)
public MultivariateStats withMultivariateStats(MultivariateStat... values)
public MultivariateStats withMultivariateStats(Collection<MultivariateStat> values)
public Iterator<MultivariateStat> iterator()
iterator in interface Iterable<MultivariateStat>public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic boolean hasMultivariateStats()
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.