| Trees | Indices | Help |
|
|---|
|
|
Systematically vary input pattern feature values and collate the responses.
Each sheet has a DistributionMatrix for each feature that will be tested. The DistributionMatrix stores the distribution of activity values for each unit in the sheet for that feature. For instance, if the features to be tested are orientation and phase, we will create a DistributionMatrix for orientation and a DistributionMatrix for phase for each sheet. The orientation and phase of the input are then systematically varied (when measure_responses is called), and the responses of each unit to each pattern are collected into the DistributionMatrix.
The resulting data can then be used to plot feature maps and tuning curves, or for similar types of feature-based analyses.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
repetitions = param.Integer(default= 1, bounds= (1, None), docHow many times each stimulus will be presented. |
|||
_fullmatrix = dict() -> new empty dictionary. |
|||
name = <param.parameterized.String object at 0xa0d002c>String identifier for this object. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
repetitionsHow many times each stimulus will be presented. Each stimulus is specified by a particular feature combination, and need only be presented once if the network has no other source of variability. If results differ for each presentation of an identical stimulus (e.g. due to intrinsic noise), then this parameter can be increased so that results will be an average over the specified number of repetitions.
|
_fullmatrix
dict() -> new empty dictionary.
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs.
dict(seq) -> new dictionary initialized as if via:
d = {}
for k, v in seq:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jul 22 15:51:09 2010 | http://epydoc.sourceforge.net |