make
should be in your PATH.mingw32-make
is in your PATH..zip
file and place the contents in the ‘example-standalone-inferencing’ folder (which you downloaded above). Your final folder structure should look like this:
Selecting the row with timestamp '320' under 'Detailed result'.
Copying the raw features.
// Copy raw features here
:
...
won’t compile—I just wanted to demonstrate where the features would go).
In a real application, you would want to make the features[]
buffer non-const. You would fill it with samples from your sensor(s) and call run_classifier()
or run_classifier_continuous()
. See deploy your model as a C++ library tutorial for more information.
Save and exit.
features[]
buffer and then give you the classification output:
EIDSP_SIGNAL_C_FN_POINTER=1
and EI_C_LINKAGE=1
macros, then link to it from a C application. The run_classifier
can then be invoked from your application. An end-to-end application that demonstrates this and can be used with this tutorial is under example-standalone-inferencing-c.