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

Class CvANN_MLP_TrainParams

 object --+    
          |    
??.instance --+
              |
             CvANN_MLP_TrainParams

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]
  BACKPROP = 0
  RPROP = 1
  __instance_size__ = 88
Properties [hide private]
  bp_dw_scale
  bp_moment_scale
  rp_dw0
  rp_dw_max
  rp_dw_min
  rp_dw_minus
  rp_dw_plus
  term_crit
  this
  train_method

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

bp_dw_scale

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

bp_moment_scale

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

rp_dw0

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

rp_dw_max

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

rp_dw_min

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

rp_dw_minus

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

rp_dw_plus

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

term_crit

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

this

Get Method:
unreachable(...)

train_method

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