#include <ml.hpp>
Inherits CvDTreeParams.
CvBoostParams::CvBoostParams |
( |
| ) |
|
CvBoostParams::CvBoostParams |
( |
int |
boost_type, |
|
|
int |
weak_count, |
|
|
double |
weight_trim_rate, |
|
|
int |
max_depth, |
|
|
bool |
use_surrogates, |
|
|
const float * |
priors |
|
) |
| |
CV_PROP_RW int CvBoostParams::boost_type |
CV_PROP_RW int CvBoostParams::weak_count |
CV_PROP_RW int CvBoostParams::split_criteria |
CV_PROP_RW double CvBoostParams::weight_trim_rate |
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 |
The documentation for this struct was generated from the following file: