#include <ml.hpp>
Inherits CvDTreeParams.
|
| CvRTParams () |
|
| CvRTParams (int max_depth, int min_sample_count, float regression_accuracy, bool use_surrogates, int max_categories, const float *priors, bool calc_var_importance, int nactive_vars, int max_num_of_trees_in_the_forest, float forest_accuracy, int termcrit_type) |
|
CvRTParams::CvRTParams |
( |
| ) |
|
CvRTParams::CvRTParams |
( |
int |
max_depth, |
|
|
int |
min_sample_count, |
|
|
float |
regression_accuracy, |
|
|
bool |
use_surrogates, |
|
|
int |
max_categories, |
|
|
const float * |
priors, |
|
|
bool |
calc_var_importance, |
|
|
int |
nactive_vars, |
|
|
int |
max_num_of_trees_in_the_forest, |
|
|
float |
forest_accuracy, |
|
|
int |
termcrit_type |
|
) |
| |
CV_PROP_RW bool CvRTParams::calc_var_importance |
CV_PROP_RW int CvRTParams::nactive_vars |
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: