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>
| Constructor and Description |
|---|
NumericInfo() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
NumericInfo |
addExtensions(Extension... extensions) |
NumericInfo |
addQuantiles(Quantile... quantiles) |
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
Double |
getInterQuartileRange()
Gets the value of the interQuartileRange property.
|
Double |
getMaximum()
Gets the value of the maximum property.
|
Double |
getMean()
Gets the value of the mean property.
|
Double |
getMedian()
Gets the value of the median property.
|
Double |
getMinimum()
Gets the value of the minimum property.
|
List<Quantile> |
getQuantiles()
Gets the value of the quantiles property.
|
Double |
getStandardDeviation()
Gets the value of the standardDeviation property.
|
boolean |
hasExtensions() |
boolean |
hasQuantiles() |
NumericInfo |
setInterQuartileRange(Double interQuartileRange)
Sets the value of the interQuartileRange property.
|
NumericInfo |
setMaximum(Double maximum)
Sets the value of the maximum property.
|
NumericInfo |
setMean(Double mean)
Sets the value of the mean property.
|
NumericInfo |
setMedian(Double median)
Sets the value of the median property.
|
NumericInfo |
setMinimum(Double minimum)
Sets the value of the minimum property.
|
NumericInfo |
setStandardDeviation(Double standardDeviation)
Sets the value of the standardDeviation property.
|
getLocator, setLocatorpublic Double getMinimum()
Doublepublic NumericInfo setMinimum(Double minimum)
minimum - allowed object is
Doublepublic Double getMaximum()
Doublepublic NumericInfo setMaximum(Double maximum)
maximum - allowed object is
Doublepublic Double getMean()
Doublepublic NumericInfo setMean(Double mean)
mean - allowed object is
Doublepublic Double getStandardDeviation()
Doublepublic NumericInfo setStandardDeviation(Double standardDeviation)
standardDeviation - allowed object is
Doublepublic Double getMedian()
Doublepublic NumericInfo setMedian(Double median)
median - allowed object is
Doublepublic Double getInterQuartileRange()
Doublepublic NumericInfo setInterQuartileRange(Double interQuartileRange)
interQuartileRange - 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 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 boolean hasExtensions()
hasExtensions in interface HasExtensionspublic NumericInfo addExtensions(Extension... extensions)
public boolean hasQuantiles()
public NumericInfo addQuantiles(Quantile... quantiles)
public VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All Rights Reserved.