rkhodambashi / gesture-recognition-toolkit

Automatically exported from code.google.com/p/gesture-recognition-toolkit
0 stars 0 forks source link

Patch to fix some little bugs #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1 . Compute distance return nan value (likelihood = nan) because indexing of 
matrix goes out of it (see patch)
2. ConstrainZNorm was never set on true and so in znormData this 
if(constrainZNorm && stdDev < 0.01) was never executed
3. LabelledTimeSeriesClassificationSampleTrimmer::trimTimeSeries doesn't trim 
the end of gesture stream.

Original issue reported on code.google.com by deliai...@gmail.com on 1 Oct 2013 at 3:59

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for adding this patches, I have added these to the GRT as of revision 
250.

Original comment by nickgill...@gmail.com on 16 Oct 2013 at 2:22