diff options
author | Luca Deri <deri@ntop.org> | 2021-03-11 00:04:33 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-03-11 00:04:33 +0100 |
commit | 6833ee2bbec4c2de2489a2091f6c2d1ce0b7b558 (patch) | |
tree | 4a4f04e0e282482b6e45e58ad5737173db470612 /python/ndpi.py | |
parent | 5b7fe1360a1ed13c9cf6e1f789f0c1a20b175bd8 (diff) |
Added single exponential smoothing API
int ndpi_ses_init(struct ndpi_ses_struct *ses, double alpha, float significance);
int ndpi_ses_add_value(struct ndpi_ses_struct *ses, const u_int32_t _value, double *forecast, double *confidence_band);
Diffstat (limited to 'python/ndpi.py')
0 files changed, 0 insertions, 0 deletions