Confusion Matrix
https://api.roboflow.com/:workspace/model-evals/:evalId/confusion-matrixcurl "https://api.roboflow.com/my-workspace/model-evals/$EVAL_ID/confusion-matrix?api_key=$ROBOFLOW_API_KEY&split=test"Query parameters
Parameter
Type
Description
Response
{
"split": "test",
"confidenceThreshold": 0.2,
"classes": ["Car-rims", "music-note", "background"],
"matrix": [
[20, 0, 0],
[ 0, 0, 0],
[80, 0, 0]
]
}Notes
Last updated
Was this helpful?