#include <ml.hpp>
|
| | 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) |
| |
| | CvDTreeParams () |
| |
| | CvDTreeParams (int max_depth, int min_sample_count, float regression_accuracy, bool use_surrogates, int max_categories, int cv_folds, bool use_1se_rule, bool truncate_pruned_tree, const float *priors) |
| |
| 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 |
|
) |
| |
| bool CvRTParams::calc_var_importance |
| int CvRTParams::nactive_vars |
The documentation for this struct was generated from the following file: