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

Class ModelSpec

source code

object --+        
         |        
     tuple --+    
             |    
 ??.MetaParams --+
                 |
    object --+   |
             |   |
    CfgFactory --+
                 |
                ModelSpec

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

Inherited from unreachable.MetaParams: __getnewargs__, __repr__

Inherited from unreachable.MetaParams (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.MetaParams (private): _make

Inherited from CfgFactory (private): _from_settings

Static Methods [hide private]

Inherited from unreachable.MetaParams: __new__

Class Variables [hide private]
  _types = _check_get_singles, _check_get_pairs, _check_get_pair...
  _section = 'model'

Inherited from unreachable.MetaParams (private): _fields

Properties [hide private]
  cp_arch

Inherited from unreachable.MetaParams: lreg_size, nkerns, pool, rfield

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:
_check_get_singles, _check_get_pairs, _check_get_pairs, int

Property Details [hide private]

cp_arch

Get Method:
unreachable.cp_arch(self)