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