|
forpy
2
|
#include "../global.h"#include "../util/serialization/basics.h"#include <limits>#include <utility>#include <vector>#include "../data_providers/idataprovider.h"#include "../threshold_optimizers/ithreshopt.h"#include "../types.h"#include "../util/desk.h"Go to the source code of this file.
Classes | |
| class | forpy::IDecider |
| Interface for the decider. It does the optimization of the deciding classifier for each node and stores the parameters. More... | |
Namespaces | |
| forpy | |
Macros | |
| #define | FORPY_DECIDERS_IDECIDER_H_ |
| #define FORPY_DECIDERS_IDECIDER_H_ |
Definition at line 4 of file idecider.h.