#include <ml.hpp>
Inherits CvDTreeParams.
Public Member Functions | |
| CvGBTreesParams () | |
| CvGBTreesParams (int loss_function_type, int weak_count, float shrinkage, float subsample_portion, int max_depth, bool use_surrogates) | |
Public Attributes | |
| CV_PROP_RW int | weak_count |
| CV_PROP_RW int | loss_function_type |
| CV_PROP_RW float | subsample_portion |
| CV_PROP_RW float | shrinkage |
| 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 |
| CvGBTreesParams::CvGBTreesParams | ( | int | loss_function_type, |
| int | weak_count, | ||
| float | shrinkage, | ||
| float | subsample_portion, | ||
| int | max_depth, | ||
| bool | use_surrogates | ||
| ) |
| CV_PROP_RW int CvGBTreesParams::weak_count |
| CV_PROP_RW int CvGBTreesParams::loss_function_type |
| CV_PROP_RW float CvGBTreesParams::subsample_portion |
| CV_PROP_RW float CvGBTreesParams::shrinkage |
CV_PROP_RW int CvDTreeParams::max_categories [inherited] |
CV_PROP_RW int CvDTreeParams::max_depth [inherited] |
CV_PROP_RW int CvDTreeParams::min_sample_count [inherited] |
CV_PROP_RW int CvDTreeParams::cv_folds [inherited] |
CV_PROP_RW bool CvDTreeParams::use_surrogates [inherited] |
CV_PROP_RW bool CvDTreeParams::use_1se_rule [inherited] |
CV_PROP_RW bool CvDTreeParams::truncate_pruned_tree [inherited] |
CV_PROP_RW float CvDTreeParams::regression_accuracy [inherited] |
const float* CvDTreeParams::priors [inherited] |