How is 'score' calculated in fscmrmr?

9 ビュー (過去 30 日間)
Cordelia Ezhilarasu
Cordelia Ezhilarasu 2020 年 10 月 20 日
コメント済み: Yezi Kadhim 2021 年 5 月 2 日
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 Center および File ExchangeData Distribution Plots についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by