|
forpy
2
|
#include "../global.h"#include "../util/serialization/basics.h"#include "../types.h"#include "../util/desk.h"#include "./ithreshopt.h"Go to the source code of this file.
Classes | |
| class | forpy::RegressionOpt |
| Optimize split thresholds to optimize regression results (MSE). More... | |
Namespaces | |
| forpy | |
Macros | |
| #define | FORPY_THRESHOLD_OPTIMIZERS_REGOPT_H_ |
Functions | |
| CEREAL_REGISTER_TYPE (forpy::RegressionOpt) | |
Variables | |
| const float | forpy::REGOPT_EPS = 1E-7f |
| Regression epsilon. No differences less than this are considered existent. This is relevant for: More... | |
| const int | forpy::DLOG_ROPT_V = 1 |
| Variables to control debugging and log output for the forpy::RegressionOpt. More... | |
| const size_t | forpy::LOG_ROPT_NID = 12043 |
| Variables to control debugging and log output for the forpy::RegressionOpt. More... | |
| const bool | forpy::LOG_ROPT_ALLN = false |
| Variables to control debugging and log output for the forpy::RegressionOpt. More... | |
| #define FORPY_THRESHOLD_OPTIMIZERS_REGOPT_H_ |
Definition at line 4 of file regression_opt.h.
| CEREAL_REGISTER_TYPE | ( | forpy::RegressionOpt | ) |