Skip to main content
Ctrl+K
moabb 1.2.0-dev documentation - Home moabb 1.2.0-dev documentation - Home
  • The largest EEG benchmark
  • Datasets
  • Installation
  • Examples
  • API
    • Citation
    • Release notes
  • The largest EEG benchmark
  • Datasets
  • Installation
  • Examples
  • API
  • Citation
  • Release notes

Section Navigation

  • moabb.datasets.utils.dataset_search

moabb.datasets.utils.dataset_search#

moabb.datasets.utils.dataset_search(paradigm=None, multi_session=False, events=None, has_all_events=False, interval=None, min_subjects=1, channels=())[source]#

Returns a list of datasets that match a given criteria.

Parameters:
  • paradigm (str | None) – ‘imagery’, ‘p300’, ‘ssvep’, ‘cvep’, None

  • multi_session (bool) – if True only returns datasets with more than one session per subject. If False return all

  • events (list of strings) – events to select

  • has_all_events (bool) – skip datasets that don’t have all events in events

  • interval – Length of motor imagery interval, in seconds. Only used in imagery paradigm

  • min_subjects (int,) – minimum subjects in dataset

  • channels (list of str) – list or set of channels

On this page
  • dataset_search()

© Copyright 2018-2025 MOABB contributors.

Built with the PyData Sphinx Theme 0.16.1.