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

KeyDatatypeRequiredDescription
featureAx1string(Required) Feature axis 1
featureAx2string(Required) Feature axis 2
featureAx3string(Required) Feature axis 3

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;totalSampleCount&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;data&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;skipFirstFeatures&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}