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

Class AESpec

source code

    object --+        
             |        
         tuple --+    
                 |    
??.AutoEncoderSpec --+
                     |
        object --+   |
                 |   |
        CfgFactory --+
                     |
                    AESpec

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

Inherited from unreachable.AutoEncoderSpec: __getnewargs__, __repr__

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

Inherited from CfgFactory (private): _from_settings

Static Methods [hide private]

Inherited from unreachable.AutoEncoderSpec: __new__

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

Inherited from unreachable.AutoEncoderSpec (private): _fields

Properties [hide private]

Inherited from unreachable.AutoEncoderSpec: batch_size, maxepochs, minepochs, noise, rec_error

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 'float'>,
 <type 'int'>,
 <type 'int'>,
 <type 'int'>,
 <type 'float'>)