doc
Define preprocessors used in documentation tutorials.
Classes:
| Name | Description |
|---|---|
Scaler |
Air quality, ECG, HAR and Gas Price preprocessors. |
Scaler(input_size: tuple[int, ...], mean: torch.Tensor, scale: torch.Tensor)
#
Air quality, ECG, HAR and Gas Price preprocessors.
Methods:
| Name | Description |
|---|---|
transform |
Transform. |
inverse_transform |
Apply inverse transform. |