Package topo :: Package outputfns :: Module projfns
[hide private]
[frames] | no frames]

Module projfns

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: projfns.py 7545 2008-01-07 16:35:08Z jbednar $




Version: $Revision: 7545 $

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: projfns.py 7545 2008-01-07 16:35:08Z jbednar $
'''