1
0
Quellcode durchsuchen

Update 'README.md'

Luca Pion-Tonachini vor 5 Jahren
Ursprung
Commit
d023556fde
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -1,3 +1,7 @@
 # ICLabel-Dataset
 
-The ICLabel Dataset of electroencephalographic (EEG) independent component (IC) features
+This repository accompanies the Data in Brief article "The ICLabel Dataset of electroencephalographic (EEG) independent component (IC) features."
+
+/features/ contains MATLAB files used in calculating dataset features
+/labels/ contains python code for estimating reference labels from crowdsources label suggestions
+/dataset/ contains a python class for loading, manipulating, and visualizaing the ICLabel dataset as well as actual features and labels (in /dataset/features/ and /dataset/labels/, respectively)