|
X-Boost
2.3.8
|
#include <BayesianStump.h>
Public Types | |
| typedef int | ReturnType |
Public Member Functions | |
| int | evaluate_feature (DataType response) const |
Static Public Member Functions | |
| static std::string | signature () |
Public Attributes | |
| DataType | m_minFeatValue |
| minimum feature value | |
| DataType | m_featRange |
| feature range values | |
| uint32_t | m_truthTable |
| truth table (BinSize bin) 1:+ 0:- | |
Static Public Attributes | |
| static const int | bin_size = 32 |
| limit to 32bit thruth table | |
| static const ClassifierType | Type = DicreteClassifier |
| BayesianStump is a DiscreteClassifier. | |
A simpler decision stump without parity TODO: instance it when feature admit inversion
1.8.7