필터 지우기
필터 지우기

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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by