#include <ml.h>
Inherits CvDTreeParams.
Public Member Functions | |
CvBoostParams () | |
CvBoostParams (int boost_type, int weak_count, double weight_trim_rate, int max_depth, bool use_surrogates, const float *priors) | |
Public Attributes | |
int | boost_type |
int | weak_count |
int | split_criteria |
double | weight_trim_rate |
int | max_categories |
int | max_depth |
int | min_sample_count |
int | cv_folds |
bool | use_surrogates |
bool | use_1se_rule |
bool | truncate_pruned_tree |
float | regression_accuracy |
const float * | priors |
CvBoostParams::CvBoostParams | ( | ) |
CvBoostParams::CvBoostParams | ( | int | boost_type, | |
int | weak_count, | |||
double | weight_trim_rate, | |||
int | max_depth, | |||
bool | use_surrogates, | |||
const float * | priors | |||
) |
int CvDTreeParams::max_categories [inherited] |
int CvDTreeParams::max_depth [inherited] |
int CvDTreeParams::min_sample_count [inherited] |
int CvDTreeParams::cv_folds [inherited] |
bool CvDTreeParams::use_surrogates [inherited] |
bool CvDTreeParams::use_1se_rule [inherited] |
bool CvDTreeParams::truncate_pruned_tree [inherited] |
float CvDTreeParams::regression_accuracy [inherited] |
const float* CvDTreeParams::priors [inherited] |