Use of sequential feature selection

I am trying to use the sequential features selection algorithms using "sequentialfs" command. I want to use the "Keep in" options so that some features have to be included by default. Can someone tell me how to use it?

 Accepted Answer

I would try
'KeepIn',[true false false true]
in the function call to keep in the first and fourth of four features.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots 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!