TransformsΒΆ
Abstract base class for mathematical transforms. |
|
Composition of multiple Transform objects applied sequentially. |
|
Exponential transform using the natural exponential function. |
|
Base-2 exponential transform. |
|
Base-10 exponential transform. |
|
Exponential transform with exponent scaled by 2. |
|
Identity transform. |
|
Power transform with configurable exponent. |
|
Affine transform with configurable scale and shift. |
|
Sigmoid transform mapping reals to the open unit interval. |