Uses of Class
org.elasticsearch.search.aggregations.pipeline.EwmaModel.EWMAModelBuilder
-
Packages that use EwmaModel.EWMAModelBuilder Package Description org.elasticsearch.search.aggregations.pipeline -
-
Uses of EwmaModel.EWMAModelBuilder in org.elasticsearch.search.aggregations.pipeline
Methods in org.elasticsearch.search.aggregations.pipeline that return EwmaModel.EWMAModelBuilder Modifier and Type Method Description EwmaModel.EWMAModelBuilderEwmaModel.EWMAModelBuilder. alpha(double alpha)Alpha controls the smoothing of the data.
-