Expand description
Defines the loading and saving functionality of normalisers.
Modules§
- clipping
- The functionality and parameters around a clipping normaliser.
- linear_
scaling - The functionality and parameters around a linear scaling normaliser.
- log_
scale - The functionality and parameters around a log scaling normaliser.
- traits
- traits for the normalisers module.
- utils
- Utility functions for normalisers to reduce code duplication in areas that cannot be easily defined in a struct.
- wrapper
- Defines the constructing and storing of normalisers.
- z_score
- The functionality and parameters around a z-score normaliser.
Structs§
- Normaliser
Map - A map of normalisers so they can be accessed by column name and input index.