how to find precision and recall for a Image retrieval system?
2 次查看(过去 30 天)
显示 更早的评论
I have Image retrieval system , i have extracted the features, and testing , training is performed by Multisvm, I obtained Confusion matrix for that... but how to obtain the precision and recall plz help.
采纳的回答
Image Analyst
2018-9-26
You have the confusion matrix so that gives you everything you need. What more do you want? How are you defining precision? Is it (# true positives) / (number of images)? Well, you can get that, plus more, from the confusion matrix. Please explain why the confusion matrix is not giving you everything you want.