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_3}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}MultivariateStat" maxOccurs="unbounded"/>
</sequence>
<attribute name="targetCategory" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MultivariateStats() |
MultivariateStats(List<MultivariateStat> multivariateStats) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
MultivariateStats |
addExtensions(Extension... extensions) |
MultivariateStats |
addMultivariateStats(MultivariateStat... multivariateStats) |
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() |
MultivariateStats |
setTargetCategory(String targetCategory)
Sets the value of the targetCategory property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic MultivariateStats()
public MultivariateStats(List<MultivariateStat> multivariateStats)
public String getTargetCategory()
Stringpublic MultivariateStats setTargetCategory(String targetCategory)
targetCategory - 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 Iterator<MultivariateStat> iterator()
iterator in interface Iterable<MultivariateStat>public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic MultivariateStats addExtensions(Extension... extensions)
public boolean hasMultivariateStats()
public MultivariateStats addMultivariateStats(MultivariateStat... multivariateStats)
public VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.