#include <ml.hpp>
|
| CvGBTreesParams () |
|
| CvGBTreesParams (int loss_function_type, int weak_count, float shrinkage, float subsample_portion, int max_depth, bool use_surrogates) |
|
| 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) |
|
§ CvGBTreesParams() [1/2]
CvGBTreesParams::CvGBTreesParams |
( |
| ) |
|
§ CvGBTreesParams() [2/2]
CvGBTreesParams::CvGBTreesParams |
( |
int |
loss_function_type, |
|
|
int |
weak_count, |
|
|
float |
shrinkage, |
|
|
float |
subsample_portion, |
|
|
int |
max_depth, |
|
|
bool |
use_surrogates |
|
) |
| |
§ loss_function_type
int CvGBTreesParams::loss_function_type |
§ shrinkage
float CvGBTreesParams::shrinkage |
§ subsample_portion
float CvGBTreesParams::subsample_portion |
§ weak_count
int CvGBTreesParams::weak_count |
The documentation for this struct was generated from the following file: