Skip to main content
Ctrl+K
dpeeg 0.4.2 documentation - Home dpeeg 0.4.2 documentation - Home
  • Install
  • Documentation
  • API Reference
  • Development
    • PyTorch
    • MNE
    • MOABB
    • TorchMetrics
    • Captum
  • GitHub
  • Install
  • Documentation
  • API Reference
  • Development
  • PyTorch
  • MNE
  • MOABB
  • TorchMetrics
  • Captum
  • GitHub

Section Navigation

  • EEG Data and Datasets
    • EEGData
    • MultiSessEEGData
    • SplitEEGData
    • EEGDataset
    • LoadDataset
    • BCICIV2A
    • BCICIV2B
    • OpenBMI_MI
    • HighGamma
    • PhysioNet_MI
    • MODMA_128_Resting
    • save
    • load
    • save_dataset
  • Transforms
    • Sequential
    • SplitTrainTest
    • ToEEGData
    • split_subjects
    • Identity
    • Crop
    • SlideWin
    • Unsqueeze
    • Squeeze
    • Transpose
    • FilterBank
    • ApplyFunc
    • LabelMapping
    • PickLabel
    • ZscoreNorm
    • MinMaxNorm
    • SegRecTime
    • SlideWinAug
    • GaussTime
  • Trainer
    • Classifier
    • ClassifierTwoStage
  • Experiments
    • HoldOut
    • KFold
    • LOSO_HoldOut
    • LOSO_KFold
  • Models
    • EEGNet
    • DeepConvNet
    • ShallowConvNet
    • FBCNet
    • IFNet
    • LightConvNet
    • EEGConformer
    • MSVTNet
    • Conv2dWithNorm
    • LinearWithNorm
  • Logging and Configuration
    • set_log_level
    • set_seed
    • unpacked
    • mapping_to_str
    • iterable_to_str
    • align_text
    • get_init_args
  • Tools
    • Timer
    • Filer
    • Logger
  • API Reference

API Reference#

This is the reference for classes (CameCase names) and functions (underscore_case names) of dpeeg, grouped by their actual functionality. Functions and classes that are not below a module heading are found in the dpeeg namespace.

  • EEG Data and Datasets
    • EEG Data
    • EEG Dataset
    • Load and Save
  • Transforms
    • Transforms.__call__()
    • Core
    • Commonly
    • Normalization
    • Data Augmentation
  • Trainer
    • Classification Trainer
  • Experiments
    • Experiment.run()
    • Classification Experiments
  • Models
    • Motor Imagery
    • Utils
  • Logging and Configuration
    • set_log_level
    • set_seed
    • unpacked
    • mapping_to_str
    • iterable_to_str
    • align_text
    • get_init_args
  • Tools
    • Timer
    • Filer
    • Logger

previous

Define Custom Model

next

EEG Data and Dataset

Show Source

© Copyright 2023-2024, SheepTAO.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.0.