Configuring the Meta classifier whith UNICO
Hello,
I'm working on an ultra low power application where the MLC of the LSM6DSO32X is used to wake up the mcu when interesting stuff is happening, in particular I implemented two decision trees, each one focused on the detection of a pattern.
In order to reduce the false wakeups, I would like to apply the meta classifier only on one of the two trees, for the other one the counters are set to 0.
Now the problem is that I don't understand how to do it with Unico. At some point of the MLC configuration in Unico, it ask for the end counter for the meta classifier (see attached image), however there is no way of configuring the sub-group of the meta classifier (I would like the counter to be 1 for the no_change result and 10 for the change result). It looks like Unico groups the DT result base on some internal rule that I cannot control.
This is the meta classifier configuration in unico, I can only set the counter but I cannot configure the sub-groups.
I would like to specify that the decision tree of this project are 'manually' designed and not 'trained'. I took the Motion intensity example in AN5656 as a guide and my decision trees are very very similar to that one.
Are maybe the sub-groups configured in the decision tree file?
