Package org.dmg.pmml.time_series
Class TrendExpoSmooth
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.time_series.TrendExpoSmooth
-
- All Implemented Interfaces:
java.io.Serializable,HasArray<TrendExpoSmooth>,HasLocator,HasRequiredArray<TrendExpoSmooth>,Visitable
public class TrendExpoSmooth extends PMMLObject implements HasRequiredArray<TrendExpoSmooth>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrendExpoSmooth.Trend
-
Constructor Summary
Constructors Constructor Description TrendExpoSmooth()TrendExpoSmooth(Array array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)ArraygetArray()java.lang.NumbergetGamma()java.lang.NumbergetPhi()java.lang.NumbergetSmoothedValue()TrendExpoSmooth.TrendgetTrend()ArrayrequireArray()TrendExpoSmoothsetArray(Array array)TrendExpoSmoothsetGamma(java.lang.Number gamma)TrendExpoSmoothsetPhi(java.lang.Number phi)TrendExpoSmoothsetSmoothedValue(java.lang.Number smoothedValue)TrendExpoSmoothsetTrend(TrendExpoSmooth.Trend trend)-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Constructor Detail
-
TrendExpoSmooth
public TrendExpoSmooth()
-
TrendExpoSmooth
public TrendExpoSmooth(Array array)
-
-
Method Detail
-
getTrend
public TrendExpoSmooth.Trend getTrend()
-
setTrend
public TrendExpoSmooth setTrend(TrendExpoSmooth.Trend trend)
-
getGamma
public java.lang.Number getGamma()
-
setGamma
public TrendExpoSmooth setGamma(java.lang.Number gamma)
-
getPhi
public java.lang.Number getPhi()
-
setPhi
public TrendExpoSmooth setPhi(java.lang.Number phi)
-
getSmoothedValue
public java.lang.Number getSmoothedValue()
-
setSmoothedValue
public TrendExpoSmooth setSmoothedValue(java.lang.Number smoothedValue)
-
requireArray
public Array requireArray()
- Specified by:
requireArrayin interfaceHasRequiredArray<TrendExpoSmooth>
-
getArray
public Array getArray()
- Specified by:
getArrayin interfaceHasArray<TrendExpoSmooth>
-
setArray
public TrendExpoSmooth setArray(Array array)
- Specified by:
setArrayin interfaceHasArray<TrendExpoSmooth>
-
accept
public VisitorAction accept(Visitor visitor)
-
-