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

Class CvBoostParams

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

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__ = 56
Properties [hide private]
  boost_type
  split_criteria
  this
  weak_count
  weight_trim_rate

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)boost_type, (object)weak_count, (object)weight_trim_rate, (object)max_depth, (bool)use_surrogates, (object)priors) -> None :

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

Overrides: object.__init__

Property Details [hide private]

boost_type

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

split_criteria

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

this

Get Method:
unreachable(...)

weak_count

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

weight_trim_rate

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