Package topo :: Package analysis :: Module featureresponses
[hide private]
[frames] | no frames]

Module featureresponses

source code

FeatureResponses and associated functions and classes.

These classes implement map and tuning curve measurement based on measuring responses while varying features of an input pattern.

$Id: featureresponses.py 11316 2010-07-27 17:52:53Z ceball $


Version: $Revision: 11316 $

Classes [hide private]
  DistributionMatrix
Maintains a matrix of Distributions (each of which is a dictionary of (feature value: activity) pairs).
  FullMatrix
Records the output of every unit in a sheet, for every combination of feature values.
  FeatureResponses
Systematically vary input pattern feature values and collate the responses.
  ReverseCorrelation
Calculate the receptive fields for all neurons using reverse correlation.
  FeatureMaps
Measures and collects the responses to a set of features for calculating feature maps.
  FeatureCurves
Measures and collects the responses to a set of features, for calculating tuning and similar curves.
  Feature
Stores the parameters required for generating a map of one input feature.
  PatternPresenter
Function object for presenting PatternGenerator-created patterns.
  Subplotting
Convenience functions for handling subplots (such as colorized Activity plots).
  MeasureResponseCommand
Parameterized command for presenting input patterns and measuring responses.
  SinusoidalMeasureResponseCommand
Parameterized command for presenting sine gratings and measuring responses.
  PositionMeasurementCommand
Parameterized command for measuring topographic position.
  SingleInputResponseCommand
A callable Parameterized command for measuring the response to input on a specified Sheet.
  FeatureCurveCommand
A callable Parameterized command for measuring tuning curves.
  UnitCurveCommand
Measures tuning curve(s) of particular unit(s).
Variables [hide private]
  __package__ = 'topo.analysis'