genekogan / ofxLearn

General-purpose machine learning library for openFrameworks, supporting classification, regression, and clustering tasks
genekogan.com/works/ofxLearn.html
98 stars 22 forks source link

Examples not compiling #4

Open etiennebouteille opened 7 years ago

etiennebouteille commented 7 years ago

Hello, I can't seem to compile the example on Linux + qtCreator. I get the following error :


/src/ofxLearn.cpp:317: error: return-statement with a value, in function returning 'void' [-fpermissive]
     return clusters;
            ^

Am I doing anything wrong? Thanks in advance!

genekogan commented 7 years ago

ah, this is a bug which i just fixed. you can try it again.