MikhailStartsev / deep_em_classifier

Eye movement classification with a 1D CNN-BLSTM model
http://michaeldorr.de/smoothpursuit/
GNU General Public License v3.0
53 stars 17 forks source link

LoadArff() in AnnotateData.m not defined #1

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello,

thanks a lot for publishing this great tool. I wanted to try it using my own data, following the instructions provided in your readme file. However, when I'm running AnnotateData.m Matlab raises an Error: Undefined function or variable 'LoadArff'.

I have tried several matlab add-ons, but none of them includes a function exactly matching LoadArff() and neither of them really works. Is this a function you have written yourself or which matlab add-on did you use?

MikhailStartsev commented 5 years ago

Please check the latest version now. Added the missing files, updated the README for the feature_extraction part.

ghost commented 5 years ago

Great, it works now, thank you.