OpenCV  2.4.13.4
Open Source Computer Vision
CvRTParams Struct Reference

#include <ml.hpp>

Inheritance diagram for CvRTParams:
CvDTreeParams

Public Member Functions

 CvRTParams ()
 
 CvRTParams (int max_depth, int min_sample_count, float regression_accuracy, bool use_surrogates, int max_categories, const float *priors, bool calc_var_importance, int nactive_vars, int max_num_of_trees_in_the_forest, float forest_accuracy, int termcrit_type)
 
- Public Member Functions inherited from CvDTreeParams
 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

bool calc_var_importance
 
int nactive_vars
 
CvTermCriteria term_crit
 
- Public Attributes inherited from CvDTreeParams
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

§ CvRTParams() [1/2]

CvRTParams::CvRTParams ( )

§ CvRTParams() [2/2]

CvRTParams::CvRTParams ( int  max_depth,
int  min_sample_count,
float  regression_accuracy,
bool  use_surrogates,
int  max_categories,
const float *  priors,
bool  calc_var_importance,
int  nactive_vars,
int  max_num_of_trees_in_the_forest,
float  forest_accuracy,
int  termcrit_type 
)

Member Data Documentation

§ calc_var_importance

bool CvRTParams::calc_var_importance

§ nactive_vars

int CvRTParams::nactive_vars

§ term_crit

CvTermCriteria CvRTParams::term_crit

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