Interface MovAvgModelBuilder
- All Superinterfaces:
ToXContent,ToXContentFragment
- All Known Implementing Classes:
EwmaModel.EWMAModelBuilder,HoltLinearModel.HoltLinearModelBuilder,HoltWintersModel.HoltWintersModelBuilder,LinearModel.LinearModelBuilder,SimpleModel.SimpleModelBuilder
public interface MovAvgModelBuilder extends ToXContentFragment
Represents the common interface that all moving average models share. Moving
average models are used by the MovAvg aggregation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
-
Method Summary
Modifier and Type Method Description MovAvgModelbuild()
-
Method Details
-
build
MovAvgModel build()
-