Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TimeSeries2Float64Data ¶
func TimeSeries2Float64Data(ts *common.TimeSeries) stats.Float64Data
Types ¶
type StatisticEstimator ¶
type StatisticEstimator struct { }
StatisticEstimator based on statistic such as histogram, mean,max,min,median and so on
func NewStatisticEstimator ¶
func NewStatisticEstimator() *StatisticEstimator
func (*StatisticEstimator) Estimation ¶
func (s *StatisticEstimator) Estimation(ts *common.TimeSeries, estimateConfig map[string]interface{}) (*spec.Statistic, error)
type VpaEstimator ¶
type VpaEstimator struct { }
VpaEstimator based on vpa decaying exponential moving window algorithm to estimate resource
func (VpaEstimator) Estimation ¶
func (v VpaEstimator) Estimation(ts *common.TimeSeries, estimateConfig map[string]interface{}) (*spec.Statistic, error)
Click to show internal directories.
Click to hide internal directories.