Home | Trees | Indices | Help |
|
---|
|
Implements a single training phase in a flow for a data block. A FlowNode is used to simplify the forking process and to encapsulate the flow. You can also derive from this class to define your own callable class.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Do the training and return only the trained node. data -- training data block (array or list if additional arguments are required)
|
Store everything for the training. keyword arguments: flownode -- FlowNode containing the flow to be trained.
|
Return a fork of this callable, e.g. by making a copy. This method is always used before a callable is actually called, so instead of the original callable the fork is called. The ensures that the original callable is preserved when cachin is used. If the callable is not modified by the call it can simply return itself.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 9 06:08:53 2009 | http://epydoc.sourceforge.net |