Does fscmrmr function stop after 49 features?

1 view (last 30 days)
Hi all,
I'm trying to use the fscmrmr function to reduce the number of features from +600 down to about 180. I used the fscmrmr function and had a couple of problems.
  • in either case, the indx returns only 49 features. After the 49th feature, it just lists the remaining features in numerical order. When looking at the scores, I see that after the 49th feature, the scores drop to 0.
  • depending on if I use a table or if I use a matrix, I'm also getting different answers, which I find very weird. Why would the format matter?
  1 Comment
Gouri Chennuru
Gouri Chennuru on 25 Sep 2020
Can you provide the data on which you have applied the fscmrmr function ?

Sign in to comment.

Answers (2)

Aryan Safakish
Aryan Safakish on 25 Sep 2020
Here is the attached data. Thanks for your assistance

Gouri Chennuru
Gouri Chennuru on 26 Sep 2020
Hi Aryan,
The fscmrmr function computes the mutual information values for both categorical (discrete) and continuous variables. fscmrmr discretizes a continuous variable into 256 bins or the number of unique values in the variable if it is less than 256. The function finds optimal bivariate bins for each pair of variables using the adaptive algorithm
You can refer to these links in order to resolve the issue.

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!