Getting started
API Reference
Examples
Bases: torch_ecg.preprocessors.normalize.Normalize
torch_ecg.preprocessors.normalize.Normalize
Min-Max normalization.
Min-Max normalization is defined as
per_channel (bool, default False) – Whether to perform the normalization per channel.
inplace (bool, default True) – Whether to perform the normalization in-place.