Uses of Class
org.dmg.pmml.time_series.ExponentialSmoothing.Transformation
-
Packages that use ExponentialSmoothing.Transformation Package Description org.dmg.pmml.time_series -
-
Uses of ExponentialSmoothing.Transformation in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return ExponentialSmoothing.Transformation Modifier and Type Method Description static ExponentialSmoothing.TransformationExponentialSmoothing.Transformation. fromValue(java.lang.String v)ExponentialSmoothing.TransformationExponentialSmoothing. getTransformation()static ExponentialSmoothing.TransformationExponentialSmoothing.Transformation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExponentialSmoothing.Transformation[]ExponentialSmoothing.Transformation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.time_series with parameters of type ExponentialSmoothing.Transformation Modifier and Type Method Description ExponentialSmoothingExponentialSmoothing. setTransformation(ExponentialSmoothing.Transformation transformation)
-