houlu369 / FLAG_shapelets

Implementation of AAAI 2016 paper Efficient Learning of Timeseries Shapelets
GNU General Public License v3.0
14 stars 7 forks source link

`transnew.mexw64` not working in GNU Octave #1

Open xwkuang5 opened 7 years ago

xwkuang5 commented 7 years ago

Hi,

I am trying to run the FLAG shapelets algorithm on some time-series datasets in GNU Octave. Right now when I run the FLAG.m script in Octave, I encoutered an error when the transnew function is called because Octave does not recognize the .mexw64 library file. Is it possible that you also upload the transnew.c or transnew.cpp files so that I can try compiling them in Octave?

Thank you!

nkzhengwt commented 4 years ago

mexw64 just work in matlab. you need to recompile to transnew.mex.