Log10Transform

class aixd.data.transform.Log10Transform[source]

Bases: DataObjectTransform

Implements a log10 transformation of the data.

Methods

inverse_transform

Inverse transform of the input.

transform

Transforms the input.

Inherited Methods

copy

Copies the transformation.

fit

Fits the transformation.

fit_transform

Fits and transforms the input.

is_fitted

Returns true if transformation strategy is fitted.

reset

Method to implement to reset fitted values.