#include <ml.h>
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 |
bool | calc_var_importance |
int | nactive_vars |
CvTermCriteria | term_crit |
int | max_categories |
int | max_depth |
int | min_sample_count |
int | cv_folds |
bool | use_surrogates |
bool | use_1se_rule |
bool | truncate_pruned_tree |
float | regression_accuracy |
const float * | priors |
Constructor & Destructor Documentation
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 |
|
) |
| |
Member Data Documentation
The documentation for this struct was generated from the following file: