mljs / pls

PLS regression algorithm
http://mljs.github.io/pls/
MIT License
10 stars 5 forks source link

correctDataset need Matrix methods and OPLS function don't return it #11

Closed jobo322 closed 7 years ago

jobo322 commented 7 years ago

I found one possible bug in PLS project, specifically in OPLS function, it return one object with properties without Matrix format and the "correctDataset" function need it.