フィルターのクリア

how to find precision and recall for a Image retrieval system?

4 ビュー (過去 30 日間)
hp
hp 2018 年 9 月 26 日
コメント済み: hp 2018 年 9 月 28 日
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
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.
  1 件のコメント
hp
hp 2018 年 9 月 28 日
yeah it will give but simply i want that also... can you tell me how to draw ROC curve(for matlab2013a verson) for more than one classes if the classifier used is multi-class svm. as i came to know from the answers that we should consider binary class,keeping first class as one remaining as zero but how to do it Iam not getting plz help...

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by