diff options
author | Luca Deri <deri@ntop.org> | 2021-02-04 23:52:33 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-02-04 23:52:33 +0100 |
commit | 1eedf734be7b2cfe2ac5e0d497c19c77b877ae2f (patch) | |
tree | 5c30c0b644bb68cc333fe0be59eb33682403922a /example/reader_util.c | |
parent | 54636a32131b4cc348b3e2154c2f441cb7678e4c (diff) |
Implemented API for computing RSI (Relative Strenght Index)
void ndpi_init_rsi(struct ndpi_rsi_struct *s, u_int16_t num_learning_values);
void ndpi_free_rsi(struct ndpi_rsi_struct *s);
float ndpi_rsi_add_value(struct ndpi_rsi_struct *s, const u_int32_t value);
Diffstat (limited to 'example/reader_util.c')
0 files changed, 0 insertions, 0 deletions