| Trees | Indices | Help |
|
|---|
|
|
Function object for presenting PatternGenerator-created patterns.
This class helps coordinate a set of patterns to be presented to a set of GeneratorSheets. It provides a standardized way of generating a set of linked patterns for testing or analysis, such as when measuring preference maps or presenting test patterns. Subclasses can provide additional mechanisms for doing this in different ways.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
contrast_parameter = param.Parameter('michelson_contrast')
|
|||
divisions = param.Parameter()
|
|||
apply_output_fns = param.Boolean(default= True, doc= When presenting a pattern, whether to apply each sheet's output function. |
|||
duration = param.Number(default= 1.0, doc= Amount of simulation time for which to present each test pattern. |
|||
generator_sheets = param.List(default= [], doc= The set of GeneratorSheets onto which patterns will be drawn. |
|||
__params = dict() -> new empty dictionary. |
|||
name = <param.parameterized.String object at 0xb205c2c>String identifier for this object. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
apply_output_fnsWhen presenting a pattern, whether to apply each sheet's output function. If False, for many networks the response will be linear, which requires fewer test patterns to measure a meaningful response, but it may not correspond to the actual preferences of each neuron under other conditions. If True, callers will need to ensure that the input patterns are in a suitable range to drive the neurons to generate meaningful output, because e.g. a threshold-based output function might result in no activity for inputs that are too weak..
|
durationAmount of simulation time for which to present each test pattern. By convention, most Topographica example files are designed to have a suitable activity pattern computed by the default time, but the duration will need to be changed for other models that do not follow that convention or if a linear response is desired.
|
generator_sheetsThe set of GeneratorSheets onto which patterns will be drawn. By default (i.e. for an empty list), all GeneratorSheets in the simulation will be used.
|
__params
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 Aug 5 14:59:28 2010 | http://epydoc.sourceforge.net |