torch_ecg.components¶
This module contains the components for training and evaluating models.
Input classes¶
|
A Class to store the configuration of the input. |
|
Waveform input. |
|
Inputs from the FFT, via concatenating the amplitudes and the phases. |
|
Inputs from the spectro-temporal domain. |
Output classes¶
|
Class that maintains the output of a (typically single-label) classification task. |
|
Class that maintains the output of a multi-label classification task. |
alias of |
|
|
Class that maintains the output of a sequence tagging task. |
|
Class that maintains the output of a wave delineation task. |
|
Class that maintains the output of an R peaks detection task. |
Loggers¶
|
Manager of loggers. |
Metrics¶
|
Metrics for the task of classification. |
|
Metrics for the task of R peaks detection, as proposed in CPSC2019. |
|
Metrics for the task of ECG wave delineation. |
Trainer¶
|
Abstract base class for trainers. |