| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
base.functionfamily.OutputFn --+
|
PiecewiseLinear
Piecewise-linear OutputFn 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 |
|||
|
|||
|
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))
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Oct 11 20:50:05 2008 | http://epydoc.sourceforge.net |