Public Member Functions | Public Attributes

CvGBTreesParams Struct Reference

#include <ml.hpp>

Inheritance diagram for CvGBTreesParams:
CvDTreeParams

List of all members.

Public Member Functions

 CvGBTreesParams ()
 CvGBTreesParams (int loss_function_type, int weak_count, float shrinkage, float subsample_portion, int max_depth, bool use_surrogates)

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

Constructor & Destructor Documentation

CvGBTreesParams::CvGBTreesParams (  )
CvGBTreesParams::CvGBTreesParams ( int  loss_function_type,
int  weak_count,
float  shrinkage,
float  subsample_portion,
int  max_depth,
bool  use_surrogates 
)

Member Data Documentation

CV_PROP_RW float CvGBTreesParams::shrinkage

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines