holtwinters

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const Type = "HoltWinters"

Type HoltWinters is the type of the HoltWinters predicter

Variables

This section is empty.

Functions

This section is empty.

Types

type Predict

type Predict struct {
	Execute hook.Executer
	Runner  algorithm.Runner
}

Predict provides logic for using Linear Regression to make a prediction

func (*Predict) GetIDsToRemove

func (p *Predict) GetIDsToRemove(model *config.Model, evaluations []*stored.Evaluation) ([]int, error)

GetIDsToRemove provides the list of stored evaluation IDs to remove, if there are too many stored seasons it will remove the oldest seasons

func (*Predict) GetPrediction

func (p *Predict) GetPrediction(model *config.Model, evaluations []*stored.Evaluation) (int32, error)

GetPrediction uses a linear regression to predict what the replica count should be based on historical evaluations

func (*Predict) GetType

func (p *Predict) GetType() string

GetType returns the type of the Prediction model

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL