Package topo :: Package transferfn :: Module misc
[hide private]
[frames] | no frames]

Module misc

source code

Transfer functions with more complex dependencies.

$Id: basic.py 10790 2009-11-21 17:51:33Z antolikjan $


Version: $Revision: 10790 $

Classes [hide private]
  TransferFn
Function object to modify a matrix in place, e.g.
  TransferFnWithState
Abstract base class for TransferFns that need to maintain a self.plastic parameter.
  PatternCombine
Combine the supplied pattern with one generated using a PatternGenerator.
  KernelMax
Replaces the given matrix with a kernel function centered around the maximum value.
  HalfRectify
Transfer function that applies a half-wave rectification (clips at zero)
  HomeostaticResponse
Adapts the parameters of a linear threshold function to maintain a constant desired average activity.
  AttributeTrackingTF
Keeps track of attributes of a specified Parameterized over time, for analysis or plotting.
  v
Keeps track of attributes of a specified Parameterized over time, for analysis or plotting.
Variables [hide private]
  __package__ = 'topo.transferfn'
  k = 'AttributeTrackingTF'