How does the "sequentialfs" function decide which feature to choose (or drop) in each iteration?
Show older comments
Dear sir or madam,
I am a graduate student working on biomedical data analysis. Thanks to your wonderful product (Statistics and Machine Learning Toolbox), I was able to apply the latest machine learning techniques to my work.
My question regarding the "sequentialfs" function:
I understand that it keeps adding (in "sequential forward selection" mode) features until the criterion does not decrease any more. How does the algorithm decide which feature to add in each iteration? Does it take a greedy approach? E.g., in each iteration, does it try adding each of the remaining features and choose the one that decreases the criterion the most?
Thank you.
Best regards, Xun
Accepted Answer
More Answers (0)
Categories
Find more on Axis Labels in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!