macro_eeg_model.data_prep.labels#
Attributes#
Functions#
Reads the raw labels from labels_raw.txt located in the Julich data path |
Module Contents#
- macro_eeg_model.data_prep.labels.populate_labels_julich()[source]#
Reads the raw labels from labels_raw.txt located in the Julich data path (see
src.utils.paths.Paths) and populates a dictionary with the labels as keys and their corresponding indices (adjusted by -1) as values.- Returns:
A dictionary where the keys are labels (as strings) and the values are the corresponding indices (integers) adjusted by -1.
- Return type:
dict
- macro_eeg_model.data_prep.labels.labels_julich#