Package dimer :: Package nnet :: Module config_spec :: Class MtrainSpec
[hide private]
[frames] | no frames]

Class MtrainSpec

source code

 object --+        
          |        
      tuple --+    
              |    
??.MtrainSpec-1 --+
                  |
     object --+   |
              |   |
     CfgFactory --+
                  |
                 MtrainSpec

Instance Methods [hide private]
 
_check_consistency(self)
check as much as you can that values of params make sense
source code

Inherited from unreachable.MtrainSpec: __getnewargs__, __repr__

Inherited from unreachable.MtrainSpec (private): _asdict, _replace

Inherited from tuple: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __rmul__, __sizeof__, count, index

Inherited from object: __delattr__, __format__, __init__, __reduce__, __reduce_ex__, __setattr__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from unreachable.MtrainSpec (private): _make

Inherited from CfgFactory (private): _from_settings

Static Methods [hide private]

Inherited from unreachable.MtrainSpec: __new__

Class Variables [hide private]
  _types = (<type 'int'>, <type 'float'>, <type 'float'>, <type ...
  _section = 'modtrain'

Inherited from unreachable.MtrainSpec (private): _fields

Properties [hide private]

Inherited from unreachable.MtrainSpec: batch_size, l1_rate, l2_rate, lr, minepochs, momentum_mult, nepochs, patience, tau

Inherited from object: __class__

Method Details [hide private]

_check_consistency(self)

source code 

check as much as you can that values of params make sense

Overrides: CfgFactory._check_consistency
(inherited documentation)

Class Variable Details [hide private]

_types

Value:
(<type 'int'>,
 <type 'float'>,
 <type 'float'>,
 <type 'float'>,
 <type 'int'>,
 <type 'float'>,
 <type 'int'>,
 <type 'int'>,
...