SigmoidTransform
- class aixd.data.transform.SigmoidTransform[source]
Bases:
DataObjectTransform
Implements a scaled sigmoid transformation of the data.
Methods
Method to implement to fit transformation.
Inverse transform of the input.
Returns true if transformation strategy is fitted.
Method to implement to reset fitted values.
Transforms the input.
Inherited Methods
Copies the transformation.
Fits and transform.