#include <ml.hpp>
|
| CvBoostParams () |
|
| CvBoostParams (int boost_type, int weak_count, double weight_trim_rate, int max_depth, bool use_surrogates, const float *priors) |
|
| 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) |
|
§ CvBoostParams() [1/2]
CvBoostParams::CvBoostParams |
( |
| ) |
|
§ CvBoostParams() [2/2]
CvBoostParams::CvBoostParams |
( |
int |
boost_type, |
|
|
int |
weak_count, |
|
|
double |
weight_trim_rate, |
|
|
int |
max_depth, |
|
|
bool |
use_surrogates, |
|
|
const float * |
priors |
|
) |
| |
§ boost_type
int CvBoostParams::boost_type |
§ split_criteria
int CvBoostParams::split_criteria |
§ weak_count
int CvBoostParams::weak_count |
§ weight_trim_rate
double CvBoostParams::weight_trim_rate |
The documentation for this struct was generated from the following file: