#include <ml.h>
Inherited by CvBoostParams, 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 | |
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 |
CvDTreeParams::CvDTreeParams | ( | ) |
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 | |||
) |
const float* CvDTreeParams::priors |