public class ModelStats 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_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}UnivariateStats" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}MultivariateStats" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extension> |
extensions |
protected java.util.List<MultivariateStats> |
multivariateStats |
protected java.util.List<UnivariateStats> |
univariateStats |
| Constructor and Description |
|---|
ModelStats() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.util.List<MultivariateStats> |
getMultivariateStats()
Gets the value of the multivariateStats property.
|
java.util.List<UnivariateStats> |
getUnivariateStats()
Gets the value of the univariateStats property.
|
boolean |
hasExtensions() |
boolean |
hasMultivariateStats() |
boolean |
hasUnivariateStats() |
ModelStats |
withExtensions(java.util.Collection<Extension> values) |
ModelStats |
withExtensions(Extension... values) |
ModelStats |
withMultivariateStats(java.util.Collection<MultivariateStats> values) |
ModelStats |
withMultivariateStats(MultivariateStats... values) |
ModelStats |
withUnivariateStats(java.util.Collection<UnivariateStats> values) |
ModelStats |
withUnivariateStats(UnivariateStats... values) |
getLocator, setLocatorprotected java.util.List<Extension> extensions
protected java.util.List<UnivariateStats> univariateStats
protected java.util.List<MultivariateStats> multivariateStats
public java.util.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 java.util.List<UnivariateStats> getUnivariateStats()
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 univariateStats property.
For example, to add a new item, do as follows:
getUnivariateStats().add(newItem);
Objects of the following type(s) are allowed in the list
UnivariateStats
public java.util.List<MultivariateStats> 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
MultivariateStats
public ModelStats withExtensions(Extension... values)
public ModelStats withExtensions(java.util.Collection<Extension> values)
public ModelStats withUnivariateStats(UnivariateStats... values)
public ModelStats withUnivariateStats(java.util.Collection<UnivariateStats> values)
public ModelStats withMultivariateStats(MultivariateStats... values)
public ModelStats withMultivariateStats(java.util.Collection<MultivariateStats> values)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic boolean hasUnivariateStats()
public boolean hasMultivariateStats()
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.