nickgillian / grt

gesture recognition toolkit
861 stars 284 forks source link

Documentation for getClassLikelihoods() and getClassDistances() should refer to getClassLablels(). #72

Open damellis opened 8 years ago

damellis commented 8 years ago

It's not clear from the documentation that getClassLikelihoods() and getClassDistances() aren't always ordered by label. The documentation for these functions should explain that it's necessary to call getClassLabels() to determine the labels corresponding to each element of the returned likelihood and class distance vectors.