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
-
Field Summary
-
Method Summary
Modifier and Type Method Description MovAvgModelbuild()
-
Method Details
-
build
MovAvgModel build()
-