public class TrendExpoSmooth extends PMMLObject implements com.sun.xml.bind.Locatable
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 Double |
gamma |
protected Locator |
locator |
protected Double |
phi |
protected 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.
|
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.
|
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 |
setSourceLocation(Locator newLocator) |
void |
setTrend(TrendExpoSmooth.Trend value)
Sets the value of the trend property.
|
Locator |
sourceLocation() |
TrendExpoSmooth |
withArray(Array value) |
TrendExpoSmooth |
withGamma(Double value) |
TrendExpoSmooth |
withPhi(Double value) |
TrendExpoSmooth |
withSmoothedValue(Double value) |
TrendExpoSmooth |
withTrend(TrendExpoSmooth.Trend value) |
protected Array array
protected TrendExpoSmooth.Trend trend
protected Double gamma
protected Double phi
protected Double smoothedValue
protected Locator locator
public Array getArray()
Arraypublic void setArray(Array value)
value - allowed object is
Arraypublic TrendExpoSmooth.Trend getTrend()
TrendExpoSmooth.Trendpublic void setTrend(TrendExpoSmooth.Trend value)
value - allowed object is
TrendExpoSmooth.Trendpublic Double getGamma()
Doublepublic void setGamma(Double value)
value - allowed object is
Doublepublic double getPhi()
Doublepublic void setPhi(Double value)
value - allowed object is
Doublepublic Double getSmoothedValue()
Doublepublic void setSmoothedValue(Double value)
value - allowed object is
Doublepublic TrendExpoSmooth withArray(Array value)
public TrendExpoSmooth withTrend(TrendExpoSmooth.Trend value)
public TrendExpoSmooth withGamma(Double value)
public TrendExpoSmooth withPhi(Double value)
public TrendExpoSmooth withSmoothedValue(Double value)
public Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectpublic VisitorAction accept(Visitor visitor)
Copyright © 2014 University of Tartu. All Rights Reserved.