Interface MovAvgModelBuilder
- All Superinterfaces:
ToXContent
,ToXContentFragment
- All Known Implementing Classes:
EwmaModel.EWMAModelBuilder
,HoltLinearModel.HoltLinearModelBuilder
,HoltWintersModel.HoltWintersModelBuilder
,LinearModel.LinearModelBuilder
,SimpleModel.SimpleModelBuilder
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.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS
-
Method Summary
Methods inherited from interface org.elasticsearch.xcontent.ToXContent
toXContent
Methods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Method Details
-
build
MovAvgModel build()
-