forpy
2
|
#include "../global.h"
#include "../util/serialization/basics.h"
#include "../impurities/ientropyfunction.h"
#include "../impurities/inducedentropy.h"
#include "../types.h"
#include "../util/desk.h"
#include "./ithreshopt.h"
Go to the source code of this file.
Classes | |
class | forpy::ClassificationOpt |
Optimize split thresholds to optimize classification results. More... | |
Namespaces | |
forpy | |
Macros | |
#define | FORPY_THRESHOLD_OPTIMIZERS_CLASSIFICATION_OPT_H_ |
Functions | |
CEREAL_REGISTER_TYPE (forpy::ClassificationOpt) | |
Variables | |
const float | forpy::CLASSOPT_EPS = 1E-7f |
Classification epsilon. No differences less than this are considered existent. This is relevant for: More... | |
const int | forpy::DLOG_COPT_V = 100 |
Variables to control debugging and log output for the forpy::RegressionOpt. More... | |
const size_t | forpy::LOG_COPT_NID = 0 |
Variables to control debugging and log output for the forpy::RegressionOpt. More... | |
const bool | forpy::LOG_COPT_ALLN = false |
Variables to control debugging and log output for the forpy::RegressionOpt. More... | |
#define FORPY_THRESHOLD_OPTIMIZERS_CLASSIFICATION_OPT_H_ |
Definition at line 4 of file classification_opt.h.
CEREAL_REGISTER_TYPE | ( | forpy::ClassificationOpt | ) |