public class TrendExpoSmooth extends PMMLObject
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_2}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="double_exponential"/>
<enumeration value="polynomial_exponential"/>
</restriction>
</simpleType>
</attribute>
<attribute name="gamma" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="phi" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" default="1" />
<attribute name="smoothedValue" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TrendExpoSmooth.Trend
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected Array |
array |
protected java.lang.Double |
gamma |
protected java.lang.Double |
phi |
protected java.lang.Double |
smoothedValue |
protected TrendExpoSmooth.Trend |
trend |
| Constructor and Description |
|---|
TrendExpoSmooth() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Array |
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.
|
TrendExpoSmooth.Trend |
getTrend()
Gets the value of the trend property.
|
void |
setArray(Array 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(TrendExpoSmooth.Trend value)
Sets the value of the trend property.
|
TrendExpoSmooth |
withArray(Array value) |
TrendExpoSmooth |
withGamma(java.lang.Double value) |
TrendExpoSmooth |
withPhi(java.lang.Double value) |
TrendExpoSmooth |
withSmoothedValue(java.lang.Double value) |
TrendExpoSmooth |
withTrend(TrendExpoSmooth.Trend value) |
getLocator, setLocatorprotected TrendExpoSmooth.Trend trend
protected java.lang.Double gamma
protected java.lang.Double phi
protected java.lang.Double smoothedValue
protected Array array
public TrendExpoSmooth.Trend getTrend()
TrendExpoSmooth.Trendpublic void setTrend(TrendExpoSmooth.Trend value)
value - allowed object is
TrendExpoSmooth.Trendpublic 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 Array getArray()
Arraypublic void setArray(Array value)
value - allowed object is
Arraypublic TrendExpoSmooth withTrend(TrendExpoSmooth.Trend value)
public TrendExpoSmooth withGamma(java.lang.Double value)
public TrendExpoSmooth withPhi(java.lang.Double value)
public TrendExpoSmooth withSmoothedValue(java.lang.Double value)
public TrendExpoSmooth withArray(Array value)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.