| Home | Trees | Indices | Help |
|
|---|
|
|
Classes to control and store state information.
It was devised to provide conditional storage
|
|||
|
CollectableAttribute Base class for any custom behaving attribute intended to become part of a collection. |
|||
|
AttributeWithUnique Container which also takes care about recomputing unique values |
|||
| SampleAttribute | |||
| FeatureAttribute | |||
| DatasetAttribute | |||
|
StateVariable Simple container intended to conditionally store the value |
|||
|
Collection Container of some CollectableAttributes. |
|||
|
ParameterCollection Container of Parameters for a stateful object. |
|||
|
SampleAttributesCollection Container for data and attributes of samples (ie data/labels/chunks/...) |
|||
|
StateCollection Container of StateVariables for a stateful object. |
|||
|
AttributesCollector Intended to collect and compose StateCollection for any child class of this metaclass |
|||
|
ClassWithCollections Base class for objects which contain any known collection |
|||
|
Stateful Base class for objects which contain any known collection |
|||
|
Parametrized Base class for objects which contain any known collection |
|||
|
Harvestable Classes inherited from this class intend to collect attributes within internal processing. |
|||
|
|||
|
|||
|
|||
|
|||
_in_ipython = externals.exists('running ipython env')
|
|||
_def_sep = '`', '' [int(_in_ipython)]
|
|||
_known_collections = {'StateVariable':("states", StateCollecti
|
|||
_col2class = dict(_known_collections.values())Mapping from collection name into Collection class |
|||
_COLLECTIONS_ORDER = ['s_attr', 'f_attr', 'ds_attr', 'params',
|
|||
|
|||
_known_collections
|
_COLLECTIONS_ORDER
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Feb 23 10:49:46 2009 | http://epydoc.sourceforge.net |