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