org.dmg.pmml.pmml_4_1.descr
Class Baseline

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

public class Baseline
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">
       <choice>
         <group ref="{http://www.dmg.org/PMML-4_1}CONTINUOUS-DISTRIBUTION-TYPES"/>
         <group ref="{http://www.dmg.org/PMML-4_1}DISCRETE-DISTRIBUTION-TYPES"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AnyDistribution anyDistribution
           
protected  COUNTTABLETYPE countTable
           
protected  List<Extension> extensions
           
protected  List<FieldRef> fieldReves
           
protected  GaussianDistribution gaussianDistribution
           
protected  COUNTTABLETYPE normalizedCountTable
           
protected  PoissonDistribution poissonDistribution
           
protected  UniformDistribution uniformDistribution
           
 
Constructor Summary
Baseline()
           
 
Method Summary
 AnyDistribution getAnyDistribution()
          Gets the value of the anyDistribution property.
 COUNTTABLETYPE getCountTable()
          Gets the value of the countTable property.
 List<Extension> getExtensions()
          Gets the value of the extensions property.
 List<FieldRef> getFieldReves()
          Gets the value of the fieldReves property.
 GaussianDistribution getGaussianDistribution()
          Gets the value of the gaussianDistribution property.
 COUNTTABLETYPE getNormalizedCountTable()
          Gets the value of the normalizedCountTable property.
 PoissonDistribution getPoissonDistribution()
          Gets the value of the poissonDistribution property.
 UniformDistribution getUniformDistribution()
          Gets the value of the uniformDistribution property.
 void setAnyDistribution(AnyDistribution value)
          Sets the value of the anyDistribution property.
 void setCountTable(COUNTTABLETYPE value)
          Sets the value of the countTable property.
 void setGaussianDistribution(GaussianDistribution value)
          Sets the value of the gaussianDistribution property.
 void setNormalizedCountTable(COUNTTABLETYPE value)
          Sets the value of the normalizedCountTable property.
 void setPoissonDistribution(PoissonDistribution value)
          Sets the value of the poissonDistribution property.
 void setUniformDistribution(UniformDistribution value)
          Sets the value of the uniformDistribution property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldReves

protected List<FieldRef> fieldReves

normalizedCountTable

protected COUNTTABLETYPE normalizedCountTable

countTable

protected COUNTTABLETYPE countTable

uniformDistribution

protected UniformDistribution uniformDistribution

poissonDistribution

protected PoissonDistribution poissonDistribution

gaussianDistribution

protected GaussianDistribution gaussianDistribution

anyDistribution

protected AnyDistribution anyDistribution

extensions

protected List<Extension> extensions
Constructor Detail

Baseline

public Baseline()
Method Detail

getFieldReves

public List<FieldRef> getFieldReves()
Gets the value of the fieldReves 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 fieldReves property.

For example, to add a new item, do as follows:

    getFieldReves().add(newItem);
 

Objects of the following type(s) are allowed in the list FieldRef


getNormalizedCountTable

public COUNTTABLETYPE getNormalizedCountTable()
Gets the value of the normalizedCountTable property.

Returns:
possible object is COUNTTABLETYPE

setNormalizedCountTable

public void setNormalizedCountTable(COUNTTABLETYPE value)
Sets the value of the normalizedCountTable property.

Parameters:
value - allowed object is COUNTTABLETYPE

getCountTable

public COUNTTABLETYPE getCountTable()
Gets the value of the countTable property.

Returns:
possible object is COUNTTABLETYPE

setCountTable

public void setCountTable(COUNTTABLETYPE value)
Sets the value of the countTable property.

Parameters:
value - allowed object is COUNTTABLETYPE

getUniformDistribution

public UniformDistribution getUniformDistribution()
Gets the value of the uniformDistribution property.

Returns:
possible object is UniformDistribution

setUniformDistribution

public void setUniformDistribution(UniformDistribution value)
Sets the value of the uniformDistribution property.

Parameters:
value - allowed object is UniformDistribution

getPoissonDistribution

public PoissonDistribution getPoissonDistribution()
Gets the value of the poissonDistribution property.

Returns:
possible object is PoissonDistribution

setPoissonDistribution

public void setPoissonDistribution(PoissonDistribution value)
Sets the value of the poissonDistribution property.

Parameters:
value - allowed object is PoissonDistribution

getGaussianDistribution

public GaussianDistribution getGaussianDistribution()
Gets the value of the gaussianDistribution property.

Returns:
possible object is GaussianDistribution

setGaussianDistribution

public void setGaussianDistribution(GaussianDistribution value)
Sets the value of the gaussianDistribution property.

Parameters:
value - allowed object is GaussianDistribution

getAnyDistribution

public AnyDistribution getAnyDistribution()
Gets the value of the anyDistribution property.

Returns:
possible object is AnyDistribution

setAnyDistribution

public void setAnyDistribution(AnyDistribution value)
Sets the value of the anyDistribution property.

Parameters:
value - allowed object is AnyDistribution

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



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