Package topo :: Package base :: Module projection
[hide private]
[frames] | no frames]

Module projection

source code

Projection and related classes.

$Id: projection.py 11129 2010-07-07 00:03:09Z jbednar $


Version: $Revision: 11129 $

Classes [hide private]
  SheetMask
An abstract class that defines a mask over a ProjectionSheet object.
  CompositeSheetMask
A SheetMask that computes its value from other SheetMasks.
  AndMask
A composite SheetMask that computes its value as the logical AND (i.e.
  OrMask
A composite SheetMask that computes its value as the logical OR (i.e.
  Projection
A projection from a Sheet into a ProjectionSheet.
  ProjectionSheet
A Sheet whose activity is computed using Projections from other sheets.
  NeighborhoodMask
A SheetMask where the mask includes a neighborhood around active neurons.
Variables [hide private]
  __package__ = 'topo.base'