calculating precision and recall

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 日

0 投票

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 日

0 投票

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

カテゴリ

質問済み:

2012 年 2 月 20 日

コメント済み:

2015 年 5 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by