Namespaces | Functions
holtwinters.h File Reference
#include "holtwinters_params.h"
Include dependency graph for holtwinters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 raft
 
 ML
 
 ML::HoltWinters
 

Functions

void ML::HoltWinters::buffer_size (int n, int batch_size, int frequency, int *start_leveltrend_len, int *start_season_len, int *components_len, int *error_len, int *leveltrend_coef_shift, int *season_coef_shift)
 
void ML::HoltWinters::fit (const raft::handle_t &handle, int n, int batch_size, int frequency, int start_periods, ML::SeasonalType seasonal, float epsilon, float *data, float *level_d, float *trend_d, float *season_d, float *error_d)
 
void ML::HoltWinters::fit (const raft::handle_t &handle, int n, int batch_size, int frequency, int start_periods, ML::SeasonalType seasonal, double epsilon, double *data, double *level_d, double *trend_d, double *season_d, double *error_d)
 
void ML::HoltWinters::forecast (const raft::handle_t &handle, int n, int batch_size, int frequency, int h, ML::SeasonalType seasonal, float *level_d, float *trend_d, float *season_d, float *forecast_d)
 
void ML::HoltWinters::forecast (const raft::handle_t &handle, int n, int batch_size, int frequency, int h, ML::SeasonalType seasonal, double *level_d, double *trend_d, double *season_d, double *forecast_d)