how to find precision and recall for a Image retrieval system?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hp
el 26 de Sept. de 2018
Comentada: hp
el 28 de Sept. de 2018
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.
Respuesta aceptada
Image Analyst
el 26 de Sept. de 2018
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!