Uses of Class
org.elasticsearch.search.aggregations.pipeline.HoltWintersModel.SeasonalityType
-
Packages that use HoltWintersModel.SeasonalityType Package Description org.elasticsearch.search.aggregations.pipeline -
-
Uses of HoltWintersModel.SeasonalityType in org.elasticsearch.search.aggregations.pipeline
Methods in org.elasticsearch.search.aggregations.pipeline that return HoltWintersModel.SeasonalityType Modifier and Type Method Description static HoltWintersModel.SeasonalityTypeHoltWintersModel.SeasonalityType. parse(String text)Parse a string SeasonalityType into the byte enumstatic HoltWintersModel.SeasonalityTypeHoltWintersModel.SeasonalityType. readFrom(StreamInput in)Deserialize the SeasonalityType from the input streamstatic HoltWintersModel.SeasonalityTypeHoltWintersModel.SeasonalityType. valueOf(String name)Returns the enum constant of this type with the specified name.static HoltWintersModel.SeasonalityType[]HoltWintersModel.SeasonalityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.search.aggregations.pipeline with parameters of type HoltWintersModel.SeasonalityType Modifier and Type Method Description HoltWintersModel.HoltWintersModelBuilderHoltWintersModel.HoltWintersModelBuilder. seasonalityType(HoltWintersModel.SeasonalityType type)Constructors in org.elasticsearch.search.aggregations.pipeline with parameters of type HoltWintersModel.SeasonalityType Constructor Description HoltWintersModel(double alpha, double beta, double gamma, int period, HoltWintersModel.SeasonalityType seasonalityType, boolean pad)
-