How is 'score' calculated in fscmrmr?

2 次查看(过去 30 天)
I am trying to use fscmrmr for my dataset. I understand from the help page on how rank is calculated for each feature. However, it is mentioned that score is calculated using a heuristic algorithm. Could you please share how score is calculated? Thanks.

采纳的回答

Shashank Gupta
Shashank Gupta 2020-10-23
Hi Cordelia,
The scores here represents the scores of individual features in respect to previously selected feature (also mentioned in standard MRMR Procedure). In simple words, the scores can be defined as the Mutual Information(MI) between target and the considered feature minus the average MI of previously selected feature and the considered feature.
If you are looking for more details, you can try looking at the source code of this function and understand the workflow. Neverthless I hope my insight helped you in some way.
Cheers
  2 个评论
Cordelia Ezhilarasu
Cordelia Ezhilarasu 2020-10-23
Hi Shashank,
Thanks for the explanation. It clarifies my doubt on the score algorithm.
Kind regards
Yezi Kadhim
Yezi Kadhim 2021-5-2
Dear Shashank,
I was just searching about the scores in fscmrmr and I found your post. Here is my setting, I used CNN to extract features from a given dataset (tumor images). And I was trying to minimize them through hybrid approach of a set of feature selection algorithm. The final features file is a N_of_images * 1024 in dimension. How do I submit the scores array to fscmrmr?. I checked so many and further I found (even in mathwork tutorials) that the score is a column in the dataset/features file. What I am missing. Any help would be appreciated.
Thanks in advance.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by