eulerpi.core.data_transformation_types module
- class DataTransformationType(value)[source]
Bases:
Enum
Defines the allowed
DataTransformation
types for the inference function.- Custom = 3
Apply a custom transformation to the data
- Identity = 0
Do not transform the data
- Normalize = 1
Normalize the data to zero mean and no correlation
- PCA = 2
Apply a pca transformation