#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 |