ze-filter  (ze-filter-0.8.0-develop-180218)
ze-bcheck.c File Reference
#include <ze-sys.h>
#include <ze-filter.h>
#include <libml.h>

Go to the source code of this file.

#define KULLBACK_AVERAGE   4
 
#define PROBVALUE(a)   (fabs(0.5 - (a)))
 
#define TOK_PERT_CMP(a, b)   ((a)->value > (b)->value ? 1 : -1)
 
bool sfilter_cli_handle_message (char *fname, int msgNb, void *arg)
 
double sfilter_check_message (char *id, char *fname, sfilter_vsm_T *bcheck)
 
void sfilter_histogram ()
 

Macro Definition Documentation

◆ KULLBACK_AVERAGE

#define KULLBACK_AVERAGE   4

Bayes Bayesian filter

Statistical bayesian filter

Definition at line 43 of file ze-bcheck.c.

◆ PROBVALUE

#define PROBVALUE (   a)    (fabs(0.5 - (a)))

Definition at line 60 of file ze-bcheck.c.

◆ TOK_PERT_CMP

#define TOK_PERT_CMP (   a,
 
)    ((a)->value > (b)->value ? 1 : -1)

Definition at line 144 of file ze-bcheck.c.

Function Documentation

◆ sfilter_histogram()

void sfilter_histogram ( )

Definition at line 347 of file ze-bcheck.c.