Public Member Functions | Public Attributes
CvDTreeParams Struct Reference

#include <ml.hpp>

Inherited by CvBoostParams, CvGBTreesParams, and CvRTParams.

List of all members.

Public Member Functions

 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)

Public Attributes

CV_PROP_RW int max_categories
CV_PROP_RW int max_depth
CV_PROP_RW int min_sample_count
CV_PROP_RW int cv_folds
CV_PROP_RW bool use_surrogates
CV_PROP_RW bool use_1se_rule
CV_PROP_RW bool truncate_pruned_tree
CV_PROP_RW float regression_accuracy
const float * priors

Constructor & Destructor Documentation

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 
)

Member Data Documentation

CV_PROP_RW int CvDTreeParams::max_depth
CV_PROP_RW int CvDTreeParams::cv_folds
CV_PROP_RW bool CvDTreeParams::use_1se_rule
const float* CvDTreeParams::priors

The documentation for this struct was generated from the following file: