Can the MLC and FSM algorithms created be run in offline mode using sensor data logged previously for development?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-04 4:07 AM
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-04 5:27 AM
We currently do not have an offline simulator.
However, for MLC, you might generate a new .arff file (containing the features computed using test data) and validate the model (decision tree) previously built using training data. This is possible using external tools like our Python script available in the MLC GitHub repository --> LINK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-04 5:27 AM
We currently do not have an offline simulator.
However, for MLC, you might generate a new .arff file (containing the features computed using test data) and validate the model (decision tree) previously built using training data. This is possible using external tools like our Python script available in the MLC GitHub repository --> LINK
