Package topo :: Package outputfn :: Module projfn
[hide private]
[frames] | no frames]

Module projfn

source code

Output functions (see basic.py) that apply to a whole Projection. For example, for a CFProjection this involves iterating through all the CFs and applying an output function to each set of weights in turn.

$Id: projfn.py 8982 2008-08-24 23:53:11Z ceball $


Version: $Revision: 8982 $

Classes [hide private]
  CFPOutputFn
Type for an object that applies some operation (typically something like normalization) to all CFs in a CFProjection for which the specified mask (typically the activity at the destination of this projection) is nonzero.
  CFPOF_Plugin
Applies the specified single_cf_fn to each CF in the CFProjection for which the mask is nonzero.
  CFPOF_Identity
CFPOutputFn that leaves the CFs unchanged.
Variables [hide private]
  k = '__doc__'
  v = '\nOutput functions (see basic.py) that apply to a whole P...
Variables Details [hide private]

v

Value:
'''
Output functions (see basic.py) that apply to a whole Projection. For
example, for a CFProjection this involves iterating through all the
CFs and applying an output function to each set of weights in turn.

$Id: projfn.py 8982 2008-08-24 23:53:11Z ceball $
'''