aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2021-02-04 23:52:33 +0100
committerLuca Deri <deri@ntop.org>2021-02-04 23:52:33 +0100
commit1eedf734be7b2cfe2ac5e0d497c19c77b877ae2f (patch)
tree5c30c0b644bb68cc333fe0be59eb33682403922a /example/reader_util.c
parent54636a32131b4cc348b3e2154c2f441cb7678e4c (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