필터 지우기
필터 지우기

calculating precision and recall

조회 수: 2 (최근 30일)
kash
kash 2012년 2월 20일
댓글: Walter Roberson 2015년 5월 21일
I have extracted features of all images and have calculated EUCLIDEAN DISTANCE and have sorted
[Out ind] = sort(Distance_final);
from the ind value i have calculated ,recall and precision,after that i have performed PSO,and all my values in ind is sorted,now if i performprecesion and recall,those value must improve,but it is not improving ,please help

답변 (2개)

Walter Roberson
Walter Roberson 2012년 2월 20일
No amount of PSO to simulate a sort is going to change the basic features of the test image or of the database of images. The precision and recall are going to remain exactly the same.
  댓글 수: 1
Walter Roberson
Walter Roberson 2015년 5월 21일
I don't know. What are they?

댓글을 달려면 로그인하십시오.


preeti
preeti 2014년 12월 30일
hi i have calculated the euclidean distance between vectors but dunno how to find the recall and precision of images. Pls help and thanks in advance

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by