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.
|
| Constructor and Description |
|---|
TrendExpoSmooth() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
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.
|
TrendExpoSmooth.Trend |
getTrend()
Gets the value of the trend property.
|
TrendExpoSmooth |
setArray(Array array)
Sets the value of the array property.
|
TrendExpoSmooth |
setGamma(Double gamma)
Sets the value of the gamma property.
|
TrendExpoSmooth |
setPhi(Double phi)
Sets the value of the phi property.
|
TrendExpoSmooth |
setSmoothedValue(Double smoothedValue)
Sets the value of the smoothedValue property.
|
TrendExpoSmooth |
setTrend(TrendExpoSmooth.Trend trend)
Sets the value of the trend property.
|
getLocator, setLocatorpublic TrendExpoSmooth.Trend getTrend()
TrendExpoSmooth.Trendpublic TrendExpoSmooth setTrend(TrendExpoSmooth.Trend trend)
trend - allowed object is
TrendExpoSmooth.Trendpublic Double getGamma()
Doublepublic TrendExpoSmooth setGamma(Double gamma)
gamma - allowed object is
Doublepublic TrendExpoSmooth setPhi(Double phi)
phi - allowed object is
Doublepublic Double getSmoothedValue()
Doublepublic TrendExpoSmooth setSmoothedValue(Double smoothedValue)
smoothedValue - allowed object is
Doublepublic Array getArray()
Arraypublic TrendExpoSmooth setArray(Array array)
array - allowed object is
Arraypublic VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All Rights Reserved.