#include <ml.hpp>
Public Member Functions | |
CvBoostParams (int boost_type, int weak_count, double weight_trim_rate, int max_depth, bool use_surrogates, const float *priors) | |
CvBoostParams () | |
Public Attributes | |
CV_PROP_RW int | boost_type |
CV_PROP_RW int | split_criteria |
CV_PROP_RW int | weak_count |
CV_PROP_RW double | weight_trim_rate |
CvBoostParams::CvBoostParams | ( | ) |
CvBoostParams::CvBoostParams | ( | int | boost_type, | |
int | weak_count, | |||
double | weight_trim_rate, | |||
int | max_depth, | |||
bool | use_surrogates, | |||
const float * | priors | |||
) |
CV_PROP_RW int CvBoostParams::boost_type |
CV_PROP_RW int CvBoostParams::split_criteria |
CV_PROP_RW int CvBoostParams::weak_count |
CV_PROP_RW double CvBoostParams::weight_trim_rate |