Module normalisers

Source
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§

NormaliserMap
A map of normalisers so they can be accessed by column name and input index.