org.dmg.pmml.pmml_4_1.descr
Class ContStats

java.lang.Object
  extended by org.dmg.pmml.pmml_4_1.descr.ContStats
All Implemented Interfaces:
Serializable

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_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>
 

See Also:
Serialized Form

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

extensions

protected List<Extension> extensions

intervals

protected List<Interval> intervals

arraies

protected List<Array> arraies

totalValuesSum

protected Double totalValuesSum

totalSquaresSum

protected Double totalSquaresSum
Constructor Detail

ContStats

public ContStats()
Method Detail

getExtensions

public List<Extension> getExtensions()
Gets the value of the extensions property.

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


getIntervals

public List<Interval> getIntervals()
Gets the value of the intervals property.

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


getArraies

public List<Array> getArraies()
Gets the value of the arraies property.

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


getTotalValuesSum

public Double getTotalValuesSum()
Gets the value of the totalValuesSum property.

Returns:
possible object is Double

setTotalValuesSum

public void setTotalValuesSum(Double value)
Sets the value of the totalValuesSum property.

Parameters:
value - allowed object is Double

getTotalSquaresSum

public Double getTotalSquaresSum()
Gets the value of the totalSquaresSum property.

Returns:
possible object is Double

setTotalSquaresSum

public void setTotalSquaresSum(Double value)
Sets the value of the totalSquaresSum property.

Parameters:
value - allowed object is Double


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.