| Trees | Indices | Help |
|
|---|
|
|
TransferFn to divide an array by its L-infinity norm (i.e. the maximum absolute value of its elements).
For a given array interpreted as a flattened vector, scales the elements divisively so that the maximum absolute value is the specified norm_value.
The L-infinity norm is also known as the divisive infinity norm and Chebyshev norm.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
norm_value = param.Number(default= 1.0)
|
|||
__params = dict() -> new empty dictionary. |
|||
name = <param.parameterized.String object at 0xb5899ec>String identifier for this object. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
__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:48 2010 | http://epydoc.sourceforge.net |