Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Likeliness ¶
type Likeliness struct {
// contains filtered or unexported fields
}
Likeliness represents the likeliness task of tspredictor
func NewLikeliness ¶
func NewLikeliness(profile models.TSProfile, mode predictor.PredictionMode, history models.History) *Likeliness
NewLikeliness creates and returns a new Likeliness task
func (*Likeliness) Run ¶
func (likeliness *Likeliness) Run(periodDepth int) error
Run calculates likeliness for given next step
type Simulate ¶
type Simulate struct {
// contains filtered or unexported fields
}
Simulate represents the simulation task of tspredictor
func NewSimulate ¶
func NewSimulate(profile models.TSProfile, mode predictor.PredictionMode, history models.History) *Simulate
NewSimulate creates and returns a new Simulate task
Click to show internal directories.
Click to hide internal directories.