Package pyopencv :: Module pyopencvext :: Class CvRTParams
[hide private]
[frames] | no frames]

Class CvRTParams

 object --+        
          |        
??.instance --+    
              |    
  CvDTreeParams --+
                  |
                 CvRTParams

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :

Inherited from CvDTreeParams: __reduce__

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 64
Properties [hide private]
  calc_var_importance
  nactive_vars
  term_crit
  this

Inherited from CvDTreeParams: cv_folds, max_categories, max_depth, min_sample_count, regression_accuracy, truncate_pruned_tree, use_1se_rule, use_surrogates

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (object)_max_depth, (object)_min_sample_count, (object)_regression_accuracy, (bool)_use_surrogates, (object)_max_categories, (object)_priors, (bool)_calc_var_importance, (object)_nactive_vars, (object)max_num_of_trees_in_the_forest, (object)forest_accuracy, (object)termcrit_type) -> None :

    C++ signature :
        void __init__(_object*,int,int,float,bool,int,float const*,bool,int,int,float,int)

Overrides: object.__init__

Property Details [hide private]

calc_var_importance

Get Method:
unreachable(...)
Set Method:
unreachable(...)

nactive_vars

Get Method:
unreachable(...)
Set Method:
unreachable(...)

term_crit

Get Method:
unreachable(...)
Set Method:
unreachable(...)

this

Get Method:
unreachable(...)