| Trees | Indices | Help |
|
|---|
|
|
Piecewise-linear TransferFn with lower and upper thresholds.
Values below the lower_threshold are set to zero, those above the upper threshold are set to 1.0, and those in between are scaled linearly.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
lower_bound = param.Number(default= 0.0, softbounds= (0.0, 1.0))
|
|||
upper_bound = param.Number(default= 1.0, softbounds= (0.0, 1.0))
|
|||
name = <param.parameterized.String object at 0xb58986c>String identifier for this object. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:48 2010 | http://epydoc.sourceforge.net |