Logo
v1.0.1

Notes:

  • Installation
  • Introduction by Example
  • Creating Your Own Datasets

Package Reference:

  • torcheeg.datasets
  • torcheeg.io
  • torcheeg.model_selection
  • torcheeg.models
  • torcheeg.transforms
    • Datatype-independent Transforms
    • Numpy-based Transforms
    • PyG-based Transforms
    • Torch-based Transforms
    • Label Transforms
torcheeg
  • »
  • torcheeg.transforms
  • Edit on GitHub

torcheeg.transforms

  • Datatype-independent Transforms
    • transforms.Compose
    • transforms.Lambda
  • Numpy-based Transforms
    • transforms.BandDifferentialEntropy
    • transforms.BandPowerSpectralDensity
    • transforms.BandMeanAbsoluteDeviation
    • transforms.BandKurtosis
    • transforms.BandSkewness
    • transforms.MeanStdNormalize
    • transforms.MinMaxNormalize
    • transforms.PickElectrode
    • transforms.To2d
    • transforms.ToGrid
    • transforms.ToInterpolatedGrid
    • transforms.Concatenate
  • PyG-based Transforms
    • transforms.ToG
  • Torch-based Transforms
    • transforms.ToTensor
    • transforms.Resize
    • transforms.RandomNoise
    • transforms.RandomMask
  • Label Transforms
    • transforms.Select
    • transforms.Binary
    • transforms.BinariesToCategory
Previous Next

© Copyright 2022, TorchEEG Team. Revision 64cfb1df.

Built with Sphinx using a theme provided by Read the Docs.