Closed this issue 7 years ago · 1 comments
Line 33 of DTW: double costMatrix[inputSeries.size()][storedSeries.size()];
This isn't a great way to declare this, and fails on Windows. Probably best to use std::vector.
I think this is fixed now, but I haven't tested on Windows yet. Awaiting confirmation.