| Trees | Indices | Help |
|
|---|
|
|
Function object to modify a matrix in place, e.g. for normalization.
Used for transforming an array of intermediate results into a final version, by cropping it, normalizing it, squaring it, etc.
Objects in this class must support being called as a function with one matrix argument, and are expected to change that matrix in place.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__abstract = Truebool(x) -> bool |
|||
norm_value = param.Parameter(default= None)
|
|||
name = <param.parameterized.String object at 0xa9c1d6c>String identifier for this object. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__abstractbool(x) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:31 2010 | http://epydoc.sourceforge.net |