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?
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 thetransnew
function is called because Octave does not recognize the.mexw64
library file. Is it possible that you also upload thetransnew.c
ortransnew.cpp
files so that I can try compiling them in Octave?Thank you!