- For classification, fscmrmr was introduced in R2019b. https://www.mathworks.com/help/stats/fscmrmr.html
- For regression, fsrmrmr was introduced in R2022a. https://www.mathworks.com/help/stats/fsrmrmr.html
Minimum Redundancy Maximum Relevance (MRMR) Algorithm for feature selection of regression models
45 次查看(过去 30 天)
显示 更早的评论
Why does the Matlab's page on feature selection mention that MRMR method can be used only for classification models, when Matlab offers fsrmrmr function to use MRMR for feature selection of regression models?
0 个评论
采纳的回答
Drew
2023-10-25
In short,
So, for R2022a and later, it looks like the page https://www.mathworks.com/discovery/feature-selection.html needs to be updated to remove the "Only for classification" designation for MRMR.
See the "More About" and "Algorithms" sections of the fscmrmr and fsrmrmr doc pages for more details about the algorithms.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Gaussian Process Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!