Uses of Class
org.dmg.pmml.time_series.TrendExpoSmooth.Trend
-
Packages that use TrendExpoSmooth.Trend Package Description org.dmg.pmml.time_series -
-
Uses of TrendExpoSmooth.Trend in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return TrendExpoSmooth.Trend Modifier and Type Method Description static TrendExpoSmooth.TrendTrendExpoSmooth.Trend. fromValue(java.lang.String v)TrendExpoSmooth.TrendTrendExpoSmooth. getTrend()static TrendExpoSmooth.TrendTrendExpoSmooth.Trend. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TrendExpoSmooth.Trend[]TrendExpoSmooth.Trend. 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 TrendExpoSmooth.Trend Modifier and Type Method Description TrendExpoSmoothTrendExpoSmooth. setTrend(TrendExpoSmooth.Trend trend)
-