Uses of Class
org.elasticsearch.search.aggregations.pipeline.HoltLinearModel.HoltLinearModelBuilder
-
Packages that use HoltLinearModel.HoltLinearModelBuilder Package Description org.elasticsearch.search.aggregations.pipeline -
-
Uses of HoltLinearModel.HoltLinearModelBuilder in org.elasticsearch.search.aggregations.pipeline
Methods in org.elasticsearch.search.aggregations.pipeline that return HoltLinearModel.HoltLinearModelBuilder Modifier and Type Method Description HoltLinearModel.HoltLinearModelBuilderHoltLinearModel.HoltLinearModelBuilder. alpha(double alpha)Alpha controls the smoothing of the data.HoltLinearModel.HoltLinearModelBuilderHoltLinearModel.HoltLinearModelBuilder. beta(double beta)Equivalent toalpha, but controls the smoothing of the trend instead of the data
-