treder / MVPA-Light

Matlab toolbox for classification and regression of multi-dimensional data
MIT License
70 stars 35 forks source link

ENH - more lenient error check, otherwise it does not work #19

Closed schoffelen closed 4 years ago

schoffelen commented 4 years ago

I inadvertently had my development code in another branch. The latest PR contains a small typo still, related to an incorrect error check. This PR fixes that.

schoffelen commented 4 years ago

BTW, I checked my use case with cfg.mvpa.cv = 'none', and it produces an output (with close to perfect accuracy, i.e. with overfitting as expected).