Testing Model Results
After you build a model it is useful to test the model performance before flashing it to a device. The Analytics Studio and Data Studio have several useful features that enable you to see model performance and re-label your dataset based on the results.
Using a Model in the Analytics Studio
The Analytics Studio lets you test your model on any file in your project to see how the model performs before flashing it to a device. It gives insight to your model performance by showing the confusion matrix, ground truth vs prediction results, and the feature vector heat map. See more on how to use this feature in the Analytics Studio Documentation
Using a Model in the Data Studio
The Data Studio has two ways to use your model on your dataset:
Connect to a model during data collection and get the model results in real-time (Requires Simple Streaming protocol)
Run a model on any previously collected CSV or WAV files in your project
This lets you see how your model performs before flashing it to a device. After getting the results you can then edit the labels and save the results as new labels in your project to re-train your dataset. See more on how to use this feature in the Data Studio Documentation