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 FlowTaskCallable | |||
---|---|---|---|
|
|
|||
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. purge_nodes -- If True nodes not needed for the join will be replaced with dummy nodes to reduce the footprint.
|
Return a fork of this callable, e.g. by making a copy. This method is always called exactly once before a callable is called, so instead of the original callable a fresh fork is called. This ensures that the original callable is preserved when caching is used. If the callable is not modified by the call then it can simply return itself.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1-MDP on Mon Apr 27 21:56:24 2020 | http://epydoc.sourceforge.net |