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