|
forpy
2
|
#include "../global.h"#include "../util/serialization/basics.h"#include <limits>#include <typeinfo>#include <utility>#include <vector>#include "../types.h"#include "../util/desk.h"#include "../util/storage.h"#include "./idecider.h"Go to the source code of this file.
Classes | |
| class | forpy::FastDecider |
| A classifier manager for weak classifiers with a filter function, a feature calculation function and a thresholding. More... | |
Namespaces | |
| forpy | |
Macros | |
| #define | FORPY_DECIDERS_FASTDECIDER_H_ |
Functions | |
| CEREAL_REGISTER_TYPE (forpy::FastDecider) | |
Variables | |
| const int | forpy::DLOG_FD_V = 100 |
| const size_t | forpy::LOG_FD_NID = 12043 |
| const bool | forpy::LOG_FD_ALLN = true |
| #define FORPY_DECIDERS_FASTDECIDER_H_ |
Definition at line 4 of file fastdecider.h.
| CEREAL_REGISTER_TYPE | ( | forpy::FastDecider | ) |