public class NumericInfo 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}Quantile" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="minimum" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="maximum" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="mean" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="standardDeviation" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="median" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="interQuartileRange" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extension> |
extensions |
protected java.lang.Double |
interQuartileRange |
protected java.lang.Double |
maximum |
protected java.lang.Double |
mean |
protected java.lang.Double |
median |
protected java.lang.Double |
minimum |
protected java.util.List<Quantile> |
quantiles |
protected java.lang.Double |
standardDeviation |
| Constructor and Description |
|---|
NumericInfo() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.lang.Double |
getInterQuartileRange()
Gets the value of the interQuartileRange property.
|
java.lang.Double |
getMaximum()
Gets the value of the maximum property.
|
java.lang.Double |
getMean()
Gets the value of the mean property.
|
java.lang.Double |
getMedian()
Gets the value of the median property.
|
java.lang.Double |
getMinimum()
Gets the value of the minimum property.
|
java.util.List<Quantile> |
getQuantiles()
Gets the value of the quantiles property.
|
java.lang.Double |
getStandardDeviation()
Gets the value of the standardDeviation property.
|
boolean |
hasExtensions() |
boolean |
hasQuantiles() |
void |
setInterQuartileRange(java.lang.Double value)
Sets the value of the interQuartileRange property.
|
void |
setMaximum(java.lang.Double value)
Sets the value of the maximum property.
|
void |
setMean(java.lang.Double value)
Sets the value of the mean property.
|
void |
setMedian(java.lang.Double value)
Sets the value of the median property.
|
void |
setMinimum(java.lang.Double value)
Sets the value of the minimum property.
|
void |
setStandardDeviation(java.lang.Double value)
Sets the value of the standardDeviation property.
|
NumericInfo |
withExtensions(java.util.Collection<Extension> values) |
NumericInfo |
withExtensions(Extension... values) |
NumericInfo |
withInterQuartileRange(java.lang.Double value) |
NumericInfo |
withMaximum(java.lang.Double value) |
NumericInfo |
withMean(java.lang.Double value) |
NumericInfo |
withMedian(java.lang.Double value) |
NumericInfo |
withMinimum(java.lang.Double value) |
NumericInfo |
withQuantiles(java.util.Collection<Quantile> values) |
NumericInfo |
withQuantiles(Quantile... values) |
NumericInfo |
withStandardDeviation(java.lang.Double value) |
getLocator, setLocatorprotected java.lang.Double minimum
protected java.lang.Double maximum
protected java.lang.Double mean
protected java.lang.Double standardDeviation
protected java.lang.Double median
protected java.lang.Double interQuartileRange
protected java.util.List<Extension> extensions
protected java.util.List<Quantile> quantiles
public java.lang.Double getMinimum()
Doublepublic void setMinimum(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMaximum()
Doublepublic void setMaximum(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMean()
Doublepublic void setMean(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getStandardDeviation()
Doublepublic void setStandardDeviation(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMedian()
Doublepublic void setMedian(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getInterQuartileRange()
Doublepublic void setInterQuartileRange(java.lang.Double value)
value - allowed object is
Doublepublic 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<Quantile> getQuantiles()
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 quantiles property.
For example, to add a new item, do as follows:
getQuantiles().add(newItem);
Objects of the following type(s) are allowed in the list
Quantile
public NumericInfo withMinimum(java.lang.Double value)
public NumericInfo withMaximum(java.lang.Double value)
public NumericInfo withMean(java.lang.Double value)
public NumericInfo withStandardDeviation(java.lang.Double value)
public NumericInfo withMedian(java.lang.Double value)
public NumericInfo withInterQuartileRange(java.lang.Double value)
public NumericInfo withExtensions(Extension... values)
public NumericInfo withExtensions(java.util.Collection<Extension> values)
public NumericInfo withQuantiles(Quantile... values)
public NumericInfo withQuantiles(java.util.Collection<Quantile> values)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic boolean hasQuantiles()
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.