//
pkg.gl
Category
github.com/jthomperoo/predictive-horizontal-pod-autoscaler
internal
prediction
linear
package
0.13.2
Repository:
https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
91 SLOC
#
Structs
Config
Config represents a linear regression prediction model configuration.
Predict
Predict provides logic for using Linear Regression to make a prediction.
#
Interfaces
AlgorithmRunner
Runner defines an algorithm runner, allowing algorithms to be run.