public class ContStats extends Object implements Serializable
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}Interval" maxOccurs="unbounded" minOccurs="0"/> <group ref="{http://www.dmg.org/PMML-4_2}FrequenciesType" minOccurs="0"/> </sequence> <attribute name="totalValuesSum" type="{http://www.dmg.org/PMML-4_2}NUMBER" /> <attribute name="totalSquaresSum" type="{http://www.dmg.org/PMML-4_2}NUMBER" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Array> |
arraies |
protected List<Extension> |
extensions |
protected List<Interval> |
intervals |
protected Double |
totalSquaresSum |
protected Double |
totalValuesSum |
Constructor and Description |
---|
ContStats() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Double totalValuesSum
protected Double totalSquaresSum
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
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.