Sample of trained features
GET {{baseUrl}}/api/:projectId/dsp/:dspId/features/get-graph/:category?featureAx1=<integer>&featureAx2=<integer>&featureAx3=<integer>
Get a sample of trained features, this extracts a number of samples and their labels. Used to visualize the current training set.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
featureAx1 | string | (Required) Feature axis 1 | |
featureAx2 | string | (Required) Feature axis 2 | |
featureAx3 | string | (Required) Feature axis 3 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"totalSampleCount":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"data":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"skipFirstFeatures":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}