ToFloat
- class aixd.data.transform.ToFloat[source]
Bases:
DataObjectTransform
Implement a transformation to convert integers to floats. The inverse transforms ensures that values are not outside the domain.
Methods
Inverse transform of the input.
Returns true if transformation strategy is fitted.
Transforms the input.
Inherited Methods
Copies the transformation.
Fits the transformation.
Fits and transforms the input.
Method to implement to reset fitted values.