| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
scale = param.Number(default= 1.0)Multiplicative strength of input pattern. |
|||
divisions = param.Integer(default= 10)The number of different positions to measure in X and in Y. |
|||
pattern_presenter = param.Callable(PatternPresenter(gaussian_cCallable object that will present a parameter-controlled pattern to a set of Sheets. |
|||
x_range = param.NumericTuple((-1.2, 1.2))The range of X values to test. |
|||
y_range = param.NumericTuple((-1.2, 1.2))The range of Y values to test. |
|||
num_orientation = param.Integer(default= 4, bounds= (1, None),Number of orientations to test. |
|||
static_parameters = param.List(default= ["scale", "offset"])List of names of parameters of this class to pass to the pattern_presenter as static parameters, i.e. |
|||
__params = dict() -> new empty dictionary. |
|||
name = <param.parameterized.String object at 0xb3158ac>String identifier for this object. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
pattern_presenterCallable object that will present a parameter-controlled pattern to a set of Sheets. For measuring position, the pattern_presenter should be spatially localized, yet also able to activate the appropriate neurons reliably.
|
num_orientationNumber of orientations to test.
|
static_parametersList of names of parameters of this class to pass to the pattern_presenter as static parameters, i.e. values that will be fixed to a single value during measurement.
|
__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:33 2010 | http://epydoc.sourceforge.net |