CvBoostParams Struct Reference

#include <ml.h>

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

int boost_type
int weak_count
int split_criteria
double weight_trim_rate
int max_categories
int max_depth
int min_sample_count
int cv_folds
bool use_surrogates
bool use_1se_rule
bool truncate_pruned_tree
float regression_accuracy
const float * priors

Constructor & Destructor Documentation

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

Member Data Documentation

int CvDTreeParams::max_depth [inherited]
int CvDTreeParams::cv_folds [inherited]
bool CvDTreeParams::use_1se_rule [inherited]
const float* CvDTreeParams::priors [inherited]

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