public class TrendExpoSmooth extends PMMLObject
| Modifier and Type | Class and Description |
|---|---|
static class |
TrendExpoSmooth.Trend |
| Constructor and Description |
|---|
TrendExpoSmooth() |
TrendExpoSmooth(Array array) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Array |
getArray() |
Number |
getGamma() |
Number |
getPhi() |
Number |
getSmoothedValue() |
TrendExpoSmooth.Trend |
getTrend() |
Array |
requireArray() |
TrendExpoSmooth |
setArray(Array array) |
TrendExpoSmooth |
setGamma(Number gamma) |
TrendExpoSmooth |
setPhi(Number phi) |
TrendExpoSmooth |
setSmoothedValue(Number smoothedValue) |
TrendExpoSmooth |
setTrend(TrendExpoSmooth.Trend trend) |
getLocator, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic TrendExpoSmooth()
public TrendExpoSmooth(Array array)
public TrendExpoSmooth.Trend getTrend()
public TrendExpoSmooth setTrend(TrendExpoSmooth.Trend trend)
public Number getGamma()
public TrendExpoSmooth setGamma(Number gamma)
public Number getPhi()
public TrendExpoSmooth setPhi(Number phi)
public Number getSmoothedValue()
public TrendExpoSmooth setSmoothedValue(Number smoothedValue)
public Array requireArray()
public Array getArray()
public TrendExpoSmooth setArray(Array array)
public VisitorAction accept(Visitor visitor)
Copyright © 2022. All rights reserved.