| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
center_size = param.Number(default= 0.5, bounds= (0.0, None), size parameter for the center Gaussian. |
|||
center_aspect_ratio = param.Number(default= 2.0, bounds= (0.0,aspect_ratio parameter for the center Gaussian. |
|||
surround_size = param.Number(default= 1.0, bounds= (0.0, None)size parameter for the surround Gaussian. |
|||
surround_aspect_ratio = param.Number(default= 1.0, bounds= (0.aspect_ratio parameter for the surround Gaussian. |
|||
sigmoid_slope = param.Number(default= 10.0, bounds= (None, Nonslope parameter for the Sigmoid. |
|||
sigmoid_x = param.Number(default= 0.0, bounds= (None, None), sx parameter for the Sigmoid. |
|||
sigmoid_y = param.Number(default= 0.0, bounds= (None, None), sy parameter for the Sigmoid. |
|||
name = <param.parameterized.String object at 0xb1eaf6c>String identifier for this object. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Function to draw a pattern that will then be scaled and rotated. Instead of implementing __call__ directly, PatternGenerator subclasses will typically implement this helper function used by __call__, because that way they can let __call__ handle the scaling and rotation for them. Alternatively, __call__ itself can be reimplemented entirely by a subclass (e.g. if it does not need to do any scaling or rotation), in which case this function will be ignored.
|
|
|||
center_sizesize parameter for the center Gaussian.
|
center_aspect_ratioaspect_ratio parameter for the center Gaussian.
|
surround_sizesize parameter for the surround Gaussian.
|
surround_aspect_ratioaspect_ratio parameter for the surround Gaussian.
|
sigmoid_slopeslope parameter for the Sigmoid.
|
sigmoid_xx parameter for the Sigmoid.
|
sigmoid_yy parameter for the Sigmoid.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:41 2010 | http://epydoc.sourceforge.net |