Browse Source

Update 'README.md'

Luca Pion-Tonachini 5 years ago
parent
commit
d023556fde
1 changed files with 5 additions and 1 deletions
  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)