Question
Why is oneclass_result always 0(Nanoedge ai studio)
I compiled a 1C library using nanoedge ai studio and verified the sample successfully using the emulator. I also successfully added it to my Keil project, but the result was always 0 when I ran it.
My code:
Error_code = neai_oneclass(input_user_buffer, &oneclass_result);
onecclasss_result is always 0, regardless of the data. Why?
