フィルターのクリア

Use of sequential feature selection

2 ビュー (過去 30 日間)
NITIN ANAND
NITIN ANAND 2013 年 4 月 19 日
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?

採用された回答

Tom Lane
Tom Lane 2013 年 4 月 23 日
I would try
'KeepIn',[true false false true]
in the function call to keep in the first and fourth of four features.
  1 件のコメント
NITIN ANAND
NITIN ANAND 2013 年 4 月 23 日
Thank you very much. It works!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by