MLC features and filters simulation
Hi All,
I am developing product using LSM6DSOX and plan to use MCL for classification. Current process of development is following:
1 gathering raw data
2 generating ARFF file with features using Unico GUI
3 generating decision trees using our py code
4 generate MLC configuration using Unico GUI
I want to void Unico GUI on second step. Do you have python or any other language libraries to generate ARFF file with features?
As for 4th step, as I understood MLC configuration can be done only in Unico GUI. Is it possible to run it in shell mode? The reason that I want to make precess seamless and as less as possible related to user-driven actions.
