ze-filter
(ze-filter-0.8.0-develop-180218)
|
#include <ze-lr-funcs.h>
Public Attributes | |
double | lrate |
bool | resample |
bool | useRawMsg |
size_t | rawLength |
size_t | bodyLength |
bool | useBody |
bool | useHeaders |
bool | cleanUpHeaders |
bool | cleanUpDates |
int | tok_type |
int | tok_len |
bool | active_learning |
double | active_margin |
Definition at line 47 of file ze-lr-funcs.h.
bool lr_opts_T::active_learning |
Definition at line 70 of file ze-lr-funcs.h.
double lr_opts_T::active_margin |
Definition at line 71 of file ze-lr-funcs.h.
size_t lr_opts_T::bodyLength |
Definition at line 59 of file ze-lr-funcs.h.
bool lr_opts_T::cleanUpDates |
Definition at line 64 of file ze-lr-funcs.h.
bool lr_opts_T::cleanUpHeaders |
Definition at line 63 of file ze-lr-funcs.h.
double lr_opts_T::lrate |
Definition at line 50 of file ze-lr-funcs.h.
size_t lr_opts_T::rawLength |
Definition at line 57 of file ze-lr-funcs.h.
bool lr_opts_T::resample |
Definition at line 53 of file ze-lr-funcs.h.
int lr_opts_T::tok_len |
Definition at line 67 of file ze-lr-funcs.h.
int lr_opts_T::tok_type |
Definition at line 66 of file ze-lr-funcs.h.
bool lr_opts_T::useBody |
Definition at line 60 of file ze-lr-funcs.h.
bool lr_opts_T::useHeaders |
Definition at line 61 of file ze-lr-funcs.h.
bool lr_opts_T::useRawMsg |
Definition at line 56 of file ze-lr-funcs.h.