Public Member Functions | Public Attributes
CvBoostParams Struct Reference

#include <ml.hpp>

Inherits CvDTreeParams.

List of all members.

Public Member Functions

 CvBoostParams ()
 CvBoostParams (int boost_type, int weak_count, double weight_trim_rate, int max_depth, bool use_surrogates, const float *priors)

Public Attributes

CV_PROP_RW int boost_type
CV_PROP_RW int weak_count
CV_PROP_RW int split_criteria
CV_PROP_RW double weight_trim_rate
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

CvBoostParams::CvBoostParams ( int  boost_type,
int  weak_count,
double  weight_trim_rate,
int  max_depth,
bool  use_surrogates,
const float *  priors 
)

Member Data Documentation

CV_PROP_RW int CvBoostParams::boost_type
CV_PROP_RW int CvBoostParams::weak_count
CV_PROP_RW int CvDTreeParams::max_categories [inherited]
CV_PROP_RW int CvDTreeParams::max_depth [inherited]
CV_PROP_RW int CvDTreeParams::min_sample_count [inherited]
CV_PROP_RW int CvDTreeParams::cv_folds [inherited]
CV_PROP_RW bool CvDTreeParams::use_surrogates [inherited]
CV_PROP_RW bool CvDTreeParams::use_1se_rule [inherited]
CV_PROP_RW bool CvDTreeParams::truncate_pruned_tree [inherited]
CV_PROP_RW float CvDTreeParams::regression_accuracy [inherited]
const float* CvDTreeParams::priors [inherited]

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