#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() [1/2]
CvRTParams::CvRTParams |
( |
| ) |
|
§ CvRTParams() [2/2]
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 |
|
) |
| |
§ calc_var_importance
bool CvRTParams::calc_var_importance |
§ nactive_vars
int CvRTParams::nactive_vars |
§ term_crit
The documentation for this struct was generated from the following file: