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