public class UnivariateStats 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}Counts" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}NumericInfo" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}DiscrStats" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ContStats" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}Anova" minOccurs="0"/>
</sequence>
<attribute name="field" type="{http://www.dmg.org/PMML-4_2}FIELD-NAME" />
<attribute name="weighted" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
UnivariateStats.Weighted
Java class for null.
|
| Constructor and Description |
|---|
UnivariateStats() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
UnivariateStats |
addExtensions(Extension... extensions) |
Anova |
getAnova()
Gets the value of the anova property.
|
ContStats |
getContStats()
Gets the value of the contStats property.
|
Counts |
getCounts()
Gets the value of the counts property.
|
DiscrStats |
getDiscrStats()
Gets the value of the discrStats property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
FieldName |
getField()
Gets the value of the field property.
|
NumericInfo |
getNumericInfo()
Gets the value of the numericInfo property.
|
UnivariateStats.Weighted |
getWeighted()
Gets the value of the weighted property.
|
boolean |
hasExtensions() |
UnivariateStats |
setAnova(Anova anova)
Sets the value of the anova property.
|
UnivariateStats |
setContStats(ContStats contStats)
Sets the value of the contStats property.
|
UnivariateStats |
setCounts(Counts counts)
Sets the value of the counts property.
|
UnivariateStats |
setDiscrStats(DiscrStats discrStats)
Sets the value of the discrStats property.
|
UnivariateStats |
setField(FieldName field)
Sets the value of the field property.
|
UnivariateStats |
setNumericInfo(NumericInfo numericInfo)
Sets the value of the numericInfo property.
|
UnivariateStats |
setWeighted(UnivariateStats.Weighted weighted)
Sets the value of the weighted property.
|
getLocator, setLocatorpublic FieldName getField()
Stringpublic UnivariateStats setField(FieldName field)
field - allowed object is
Stringpublic UnivariateStats.Weighted getWeighted()
UnivariateStats.Weightedpublic UnivariateStats setWeighted(UnivariateStats.Weighted weighted)
weighted - allowed object is
UnivariateStats.Weightedpublic 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 Counts getCounts()
Countspublic UnivariateStats setCounts(Counts counts)
counts - allowed object is
Countspublic NumericInfo getNumericInfo()
NumericInfopublic UnivariateStats setNumericInfo(NumericInfo numericInfo)
numericInfo - allowed object is
NumericInfopublic DiscrStats getDiscrStats()
DiscrStatspublic UnivariateStats setDiscrStats(DiscrStats discrStats)
discrStats - allowed object is
DiscrStatspublic ContStats getContStats()
ContStatspublic UnivariateStats setContStats(ContStats contStats)
contStats - allowed object is
ContStatspublic Anova getAnova()
Anovapublic UnivariateStats setAnova(Anova anova)
anova - allowed object is
Anovapublic boolean hasExtensions()
hasExtensions in interface HasExtensionspublic UnivariateStats addExtensions(Extension... extensions)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.