#include <ml.hpp>
Public Member Functions | |
CvGBTreesParams (int loss_function_type, int weak_count, float shrinkage, float subsample_portion, int max_depth, bool use_surrogates) | |
CvGBTreesParams () | |
Public Attributes | |
CV_PROP_RW int | loss_function_type |
CV_PROP_RW float | shrinkage |
CV_PROP_RW float | subsample_portion |
CV_PROP_RW int | weak_count |
CvGBTreesParams::CvGBTreesParams | ( | ) |
CvGBTreesParams::CvGBTreesParams | ( | int | loss_function_type, | |
int | weak_count, | |||
float | shrinkage, | |||
float | subsample_portion, | |||
int | max_depth, | |||
bool | use_surrogates | |||
) |
CV_PROP_RW int CvGBTreesParams::loss_function_type |
CV_PROP_RW float CvGBTreesParams::shrinkage |
CV_PROP_RW float CvGBTreesParams::subsample_portion |
CV_PROP_RW int CvGBTreesParams::weak_count |