Ei_classifier_smooth_init meaning

Hi, everyone! I don’t understand the parameters in ei_classifier_smooth_init. ei_classifier_smooth_init(&smooth, 10 /* no. of readings /, 7 / min. readings the same /, 0.8 / min. confidence /, 0.3 / max anomaly */);

Hi @future_verse,

This function can be used to avoid printing predictions when the classification changes for 1 single reading only. You can read more about the function here:

Aurelien