Sample Of Trained Features

Get a sample of trained features, this extracts a number of samples and their labels. Used to visualize the current training set.

curl --request GET \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/dsp/{dspId}/features/get-graph/{category}?featureAx1=SOME_INTEGER_VALUE&featureAx2=SOME_INTEGER_VALUE&featureAx3=SOME_INTEGER_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?