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
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MovAvgModelbuild()-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContent
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
-
-
-
Method Detail
-
build
MovAvgModel build()
-
-