Trained Features

Get a sample of trained features, this extracts a number of samples and their features.

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

Last updated

Was this helpful?