|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dmg.pmml.pmml_4_1.descr.ContStats
public class ContStats
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_1}Extension" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.dmg.org/PMML-4_1}Interval" maxOccurs="unbounded" minOccurs="0"/> <group ref="{http://www.dmg.org/PMML-4_1}FrequenciesType" minOccurs="0"/> </sequence> <attribute name="totalValuesSum" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="totalSquaresSum" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Array> |
arraies
|
protected List<Extension> |
extensions
|
protected List<Interval> |
intervals
|
protected Double |
totalSquaresSum
|
protected Double |
totalValuesSum
|
Constructor Summary | |
---|---|
ContStats()
|
Method Summary | |
---|---|
List<Array> |
getArraies()
Gets the value of the arraies property. |
List<Extension> |
getExtensions()
Gets the value of the extensions property. |
List<Interval> |
getIntervals()
Gets the value of the intervals property. |
Double |
getTotalSquaresSum()
Gets the value of the totalSquaresSum property. |
Double |
getTotalValuesSum()
Gets the value of the totalValuesSum property. |
void |
setTotalSquaresSum(Double value)
Sets the value of the totalSquaresSum property. |
void |
setTotalValuesSum(Double value)
Sets the value of the totalValuesSum property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Extension> extensions
protected List<Interval> intervals
protected List<Array> arraies
protected Double totalValuesSum
protected Double totalSquaresSum
Constructor Detail |
---|
public ContStats()
Method Detail |
---|
public 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
public List<Interval> getIntervals()
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 intervals property.
For example, to add a new item, do as follows:
getIntervals().add(newItem);
Objects of the following type(s) are allowed in the list
Interval
public List<Array> getArraies()
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 arraies property.
For example, to add a new item, do as follows:
getArraies().add(newItem);
Objects of the following type(s) are allowed in the list
Array
public Double getTotalValuesSum()
Double
public void setTotalValuesSum(Double value)
value
- allowed object is
Double
public Double getTotalSquaresSum()
Double
public void setTotalSquaresSum(Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |