SigmoidTransform

class aixd.data.transform.SigmoidTransform[source]

Bases: DataObjectTransform

Implements a scaled sigmoid transformation of the data.

Methods

fit

Method to implement to fit transformation.

inverse_transform

Inverse transform of the input.

is_fitted

Returns true if transformation strategy is fitted.

reset

Method to implement to reset fitted values.

transform

Transforms the input.

Inherited Methods

copy

Copies the transformation.

fit_transform

Fits and transform.