org.dmg.pmml.pmml_4_1.descr
Class TrendExpoSmooth

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

public class TrendExpoSmooth
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>
         <group ref="{http://www.dmg.org/PMML-4_1}REAL-ARRAY" minOccurs="0"/>
       </sequence>
       <attribute name="trend" default="additive">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="additive"/>
             <enumeration value="damped_additive"/>
             <enumeration value="multiplicative"/>
             <enumeration value="damped_multiplicative"/>
             <enumeration value="polynomial_exponential"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="gamma" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
       <attribute name="phi" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" default="1" />
       <attribute name="smoothedValue" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Array array
           
protected  Double gamma
           
protected  Double phi
           
protected  Double smoothedValue
           
protected  String trend
           
 
Constructor Summary
TrendExpoSmooth()
           
 
Method Summary
 Array getArray()
          Gets the value of the array property.
 Double getGamma()
          Gets the value of the gamma property.
 double getPhi()
          Gets the value of the phi property.
 Double getSmoothedValue()
          Gets the value of the smoothedValue property.
 String getTrend()
          Gets the value of the trend property.
 void setArray(Array value)
          Sets the value of the array property.
 void setGamma(Double value)
          Sets the value of the gamma property.
 void setPhi(Double value)
          Sets the value of the phi property.
 void setSmoothedValue(Double value)
          Sets the value of the smoothedValue property.
 void setTrend(String value)
          Sets the value of the trend property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

array

protected Array array

trend

protected String trend

gamma

protected Double gamma

phi

protected Double phi

smoothedValue

protected Double smoothedValue
Constructor Detail

TrendExpoSmooth

public TrendExpoSmooth()
Method Detail

getArray

public Array getArray()
Gets the value of the array property.

Returns:
possible object is Array

setArray

public void setArray(Array value)
Sets the value of the array property.

Parameters:
value - allowed object is Array

getTrend

public String getTrend()
Gets the value of the trend property.

Returns:
possible object is String

setTrend

public void setTrend(String value)
Sets the value of the trend property.

Parameters:
value - allowed object is String

getGamma

public Double getGamma()
Gets the value of the gamma property.

Returns:
possible object is Double

setGamma

public void setGamma(Double value)
Sets the value of the gamma property.

Parameters:
value - allowed object is Double

getPhi

public double getPhi()
Gets the value of the phi property.

Returns:
possible object is Double

setPhi

public void setPhi(Double value)
Sets the value of the phi property.

Parameters:
value - allowed object is Double

getSmoothedValue

public Double getSmoothedValue()
Gets the value of the smoothedValue property.

Returns:
possible object is Double

setSmoothedValue

public void setSmoothedValue(Double value)
Sets the value of the smoothedValue property.

Parameters:
value - allowed object is Double


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