|
forpy
2
|
#include "../global.h"#include "../util/serialization/basics.h"#include "../impurities/ientropyfunction.h"#include "../impurities/shannonentropy.h"#include "../types.h"#include "../util/desk.h"#include "./classification_opt.h"#include "./ithreshopt.h"Go to the source code of this file.
Classes | |
| class | forpy::FastClassOpt |
| Optimize split thresholds to optimize classification results. More... | |
Namespaces | |
| forpy | |
Macros | |
| #define | FORPY_THRESHOLD_OPTIMIZERS_FASTCLASSOPT_H_ |
Functions | |
| CEREAL_REGISTER_TYPE (forpy::FastClassOpt) | |
Variables | |
| const int | forpy::DLOG_FCOPT_V = 100 |
| Variables to control debugging and log output for the forpy::RegressionOpt. More... | |
| const size_t | forpy::LOG_FCOPT_NID = 3 |
| Variables to control debugging and log output for the forpy::RegressionOpt. More... | |
| const bool | forpy::LOG_FCOPT_ALLN = true |
| Variables to control debugging and log output for the forpy::RegressionOpt. More... | |
| #define FORPY_THRESHOLD_OPTIMIZERS_FASTCLASSOPT_H_ |
Definition at line 4 of file fastclassopt.h.
| CEREAL_REGISTER_TYPE | ( | forpy::FastClassOpt | ) |