Go to the source code of this file.
|
bool | lr_data_open (char *fname) |
|
bool | lr_data_reopen () |
|
bool | lr_data_close () |
|
bool | lr_data_dump (char *fname) |
|
bool | lr_classify (char *id, char *fname, lr_cargs_T *cargs, lr_margs_T *margs, test_score_T *score) |
|
bool | lr_learn (char *id, char *fname, lr_cargs_T *cargs, lr_margs_T *margs, test_score_T *score, bool spam) |
|
bool | lr_extract (char *id, char *fname, lr_cargs_T *cargs, lr_margs_T *margs) |
|
bool | lr_learn_options (bool active, double threshold) |
|
bool | lr_set_options (lr_opts_T *opts) |
|
bool | lr_get_options (lr_opts_T *opts) |
|
void | lr_print_options (lr_opts_T *opts) |
|
bool | lr_set_learn_callback (lr_callback_F) |
|
◆ __ZE_LR_FUNCS_H
#define __ZE_LR_FUNCS_H 1 |