public class TrendExpoSmooth
extends java.lang.Object
Java class for Trend_ExpoSmooth element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Trend_ExpoSmooth">
<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="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" />
<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>
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
TrendExpoSmooth() |
| Modifier and Type | Method and Description |
|---|---|
ArrayType |
getArray()
Gets the value of the array property.
|
java.lang.Double |
getGamma()
Gets the value of the gamma property.
|
double |
getPhi()
Gets the value of the phi property.
|
java.lang.Double |
getSmoothedValue()
Gets the value of the smoothedValue property.
|
java.lang.String |
getTrend()
Gets the value of the trend property.
|
void |
setArray(ArrayType value)
Sets the value of the array property.
|
void |
setGamma(java.lang.Double value)
Sets the value of the gamma property.
|
void |
setPhi(java.lang.Double value)
Sets the value of the phi property.
|
void |
setSmoothedValue(java.lang.Double value)
Sets the value of the smoothedValue property.
|
void |
setTrend(java.lang.String value)
Sets the value of the trend property.
|
public ArrayType getArray()
ArrayTypepublic void setArray(ArrayType value)
value - allowed object is
ArrayTypepublic java.lang.Double getGamma()
Doublepublic void setGamma(java.lang.Double value)
value - allowed object is
Doublepublic double getPhi()
Doublepublic void setPhi(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getSmoothedValue()
Doublepublic void setSmoothedValue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getTrend()
Stringpublic void setTrend(java.lang.String value)
value - allowed object is
String