#include <ml.hpp>
Inherits CvDTreeParams.
List of all members.
Public Member Functions |
| | 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) |
Public Attributes |
| CV_PROP_RW bool | calc_var_importance |
| CV_PROP_RW int | nactive_vars |
| CV_PROP_RW CvTermCriteria | term_crit |
| 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 |
Constructor & Destructor Documentation
| 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 |
|
) |
| |
Member Data Documentation
The documentation for this struct was generated from the following file: