Uses of Class
org.dmg.pmml.time_series.SeasonalityExpoSmooth.Type
-
Packages that use SeasonalityExpoSmooth.Type Package Description org.dmg.pmml.time_series -
-
Uses of SeasonalityExpoSmooth.Type in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return SeasonalityExpoSmooth.Type Modifier and Type Method Description static SeasonalityExpoSmooth.TypeSeasonalityExpoSmooth.Type. fromValue(java.lang.String v)SeasonalityExpoSmooth.TypeSeasonalityExpoSmooth. getType()SeasonalityExpoSmooth.TypeSeasonalityExpoSmooth. requireType()static SeasonalityExpoSmooth.TypeSeasonalityExpoSmooth.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SeasonalityExpoSmooth.Type[]SeasonalityExpoSmooth.Type. 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 SeasonalityExpoSmooth.Type Modifier and Type Method Description SeasonalityExpoSmoothSeasonalityExpoSmooth. setType(SeasonalityExpoSmooth.Type type)Constructors in org.dmg.pmml.time_series with parameters of type SeasonalityExpoSmooth.Type Constructor Description SeasonalityExpoSmooth(SeasonalityExpoSmooth.Type type, java.lang.Integer period, Array array)
-