#include <ml.hpp>
Inherited by CvBoostParams, CvGBTreesParams, and CvRTParams.
Public Member Functions | |
CvDTreeParams () | |
CvDTreeParams (int _max_depth, int _min_sample_count, float _regression_accuracy, bool _use_surrogates, int _max_categories, int _cv_folds, bool _use_1se_rule, bool _truncate_pruned_tree, const float *_priors) | |
Public Attributes | |
CV_PROP_RW int | max_categories |
CV_PROP_RW int | max_depth |
CV_PROP_RW int | min_sample_count |
CV_PROP_RW int | cv_folds |
CV_PROP_RW bool | use_surrogates |
CV_PROP_RW bool | use_1se_rule |
CV_PROP_RW bool | truncate_pruned_tree |
CV_PROP_RW float | regression_accuracy |
const float * | priors |
CvDTreeParams::CvDTreeParams | ( | int | _max_depth, |
int | _min_sample_count, | ||
float | _regression_accuracy, | ||
bool | _use_surrogates, | ||
int | _max_categories, | ||
int | _cv_folds, | ||
bool | _use_1se_rule, | ||
bool | _truncate_pruned_tree, | ||
const float * | _priors | ||
) |
CV_PROP_RW int CvDTreeParams::max_categories |
CV_PROP_RW int CvDTreeParams::max_depth |
CV_PROP_RW int CvDTreeParams::min_sample_count |
CV_PROP_RW int CvDTreeParams::cv_folds |
CV_PROP_RW bool CvDTreeParams::use_surrogates |
CV_PROP_RW bool CvDTreeParams::use_1se_rule |
CV_PROP_RW bool CvDTreeParams::truncate_pruned_tree |
CV_PROP_RW float CvDTreeParams::regression_accuracy |
const float* CvDTreeParams::priors |