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.
Method to implement to fit transformation.
Fits and transform.
Method to implement to reset fitted values.