Uses of Class
org.dmg.pmml.time_series.Level
-
Packages that use Level Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of Level in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Level Modifier and Type Method Description VisitorActionVisitor. visit(Level level) -
Uses of Level in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return Level Modifier and Type Method Description LevelObjectFactory. createLevel()Create an instance ofLevelLevelExponentialSmoothing. getLevel()LevelExponentialSmoothing. requireLevel()LevelLevel. setAlpha(java.lang.Number alpha)LevelLevel. setCubicSmoothedValue(java.lang.Number cubicSmoothedValue)LevelLevel. setQuadraticSmoothedValue(java.lang.Number quadraticSmoothedValue)LevelLevel. setSmoothedValue(java.lang.Number smoothedValue)Methods in org.dmg.pmml.time_series with parameters of type Level Modifier and Type Method Description ExponentialSmoothingExponentialSmoothing. setLevel(Level level)Constructors in org.dmg.pmml.time_series with parameters of type Level Constructor Description ExponentialSmoothing(Level level) -
Uses of Level in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Level Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Level level)
-