| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
parameterizedobject.ParameterizedObject --+
|
OutputFn
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 = <topo.base.parameterizedobject.Parameter object a
|
|||
|
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.
|
norm_value
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Feb 21 15:25:04 2008 | http://epydoc.sourceforge.net |