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

Class CvSVMParams

 object --+    
          |    
??.instance --+
              |
             CvSVMParams

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

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__ = 152
Properties [hide private]
  C
  class_weights
  coef0
  degree
  gamma
  kernel_type
  nu
  p
  svm_type
  term_crit
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (object)_svm_type, (object)_kernel_type, (object)_degree, (object)_gamma, (object)_coef0, (object)_C, (object)_nu, (object)_p, (Mat)_class_weights, (TermCriteria)_term_crit) -> None :

    C++ signature :
        void __init__(_object*,int,int,double,double,double,double,double,double,cv::Mat,cv::TermCriteria)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

C

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

class_weights

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

coef0

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

degree

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

gamma

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

kernel_type

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

nu

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

p

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

svm_type

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

term_crit

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

this

Get Method:
unreachable(...)