master
h 14 lines 440 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef ML_ADCHARTS_H
4 #define ML_ADCHARTS_H
5
6 #include "ml_private.h"
7
8 void ml_update_dimensions_chart(ml_host_t *host, const ml_machine_learning_stats_t &mls);
9
10 void ml_update_host_and_detection_rate_charts(ml_host_t *host, collected_number anomaly_rate, ONEWAYALLOC *owa);
11
12 void ml_update_training_statistics_chart(ml_worker_t *worker, const ml_queue_stats_t &ts);
13
14 #endif /* ML_ADCHARTS_H */