#include "../hash/nps_vocab.h"#include "../imat/InstMatLoL.h"#include "../error/error.h"#include "../bio/bio.h"Go to the source code of this file.
Classes | |
| struct | perc_model_t |
Functions | |
| long | perc_model_new (long, long) |
| void | perc_model_del (perc_model_t *) |
| long | perc_classify (perc_model_t *, s8_t *, double *, long) |
| double | perc_model_train_pass (struct Nps_PercModel *o, nps_error_t *e, struct nps_InstMatLoL *mat) |
| int | perc_model_save (struct Nps_PercModel *, const char *, nps_error_t *err) |
Variables | |
| struct Nps_PercModel * | Nps_PercModel |
| long perc_classify | ( | perc_model_t * | , | |
| s8_t * | , | |||
| double * | , | |||
| long | ||||
| ) |
| void perc_model_del | ( | perc_model_t * | ) |
| long perc_model_new | ( | long | , | |
| long | ||||
| ) |
| int perc_model_save | ( | struct Nps_PercModel * | , | |
| const char * | , | |||
| nps_error_t * | err | |||
| ) |
| double perc_model_train_pass | ( | struct Nps_PercModel * | o, | |
| nps_error_t * | e, | |||
| struct nps_InstMatLoL * | mat | |||
| ) |
| struct Nps_PercModel* Nps_PercModel |
1.6.3