cancel
Showing results for 
Search instead for 
Did you mean: 

[LSM6DSV16X] decision tree not providing information for trained configuration

b4r
Associate

I am trying to use some machine vibration data to identify running condition. In my use case, i was able to create decision tree and configuration file in sensor with MEMS studio 2.2.0, but the sensor is not detecting any decision tree information.

the decision tree information is stuck at 0x00.

my decision tree label value: 

     1 ---> not running ( no accel vibration detection)

     4 ---> running

 

What could cause the LSM6DSV16X sensor to provide no data in the decision tree?

feature.arff file few lines: using acc_v and gyr_v information.

@relation 'MLC'

@attribute F1_VARIANCE_ACC_V numeric
@attribute F2_VARIANCE_GYR_V numeric

 

b4r_0-1767996687494.png

 

2 REPLIES 2
Federica Bossi
ST Employee

Hi @b4r ,

You can share the mlc_settings.json file, the dectree, if possible, and the output.json configuration. If this is sensitive data, you can send it to the online support opening a ticket.

It is difficult to provide support without these data.

Thanks!

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
b4r
Associate

hi @Federica Bossi , 

i have found problem in setting MEMS configuration. I was loading last know working setting of mems sensor.

MLC  is working fine after manually selecting all setting for mems .

 

thanks