nickgillian / grt

gesture recognition toolkit
859 stars 285 forks source link

TimeSeriesClassificationData doesn't save class names to a file #123

Open JesseTG opened 7 years ago

JesseTG commented 7 years ago

If I call TimeSeriesClassificationData::setClassNameForCorrespondingClassLabel and then call save(), the names I gave the labels are not preserved. Nor does it try to load these names in load(), either.

nickgillian commented 7 years ago

Thanks for flagging this!

I'll look into fixing this in the next update. If you've fixed the issue in your local copy then it would be great if you can submit it as a pull request.