Trained features
GET {{baseUrl}}/api/:projectId/training/anomaly/:learnId/features/get-graph?featureAx1=<integer>&featureAx2=<integer>
Get a sample of trained features, this extracts a number of samples and their features.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
featureAx1 | string | (Required) Feature axis 1 | |
featureAx2 | string | (Required) Feature axis 2 |
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"}}