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

Class CfgFactory

source code

object --+
         |
        CfgFactory
Known Subclasses:

abstract class with factory method from a config file

to subclass, need to define

_types: types for properties _section: section on the confifg file

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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
_from_settings(cls, path, new=<built-in method __new__ of type object at 0x104683b40>, len=<built-in function len>)
make a new object from a settins file
source code
Properties [hide private]

Inherited from object: __class__