Sequential feature selection

버전 1.0.0 (7.65 KB) 작성자: Ilias
An updated SEQUENTIALFS function in order to: a) be possible to include/exclude groups of variables b) accelerate the selection process
다운로드 수: 134
업데이트 날짜: 2019/10/24

라이선스 보기

The following parameters have been added to SEQUENTIALFS*:

'groups': A cell vector where each cell contains the numbers of the columns in the initial X matrix that will be handled as one variable, i.e. selected or rejected simultaneously. The default is empty, i.e. each column is handled as separate variable

'accelerate': A number between 0 and 1. Default value is 0 (no acceleration). At every iteration, 'accelerate' is multiplied with the error score that every new feature returns. Then this quantity is compared with the previous iteration best score. Every feature that has higher weighted error compared to the best one, is either excluded from the final selection (forward selection) or included in the final selection (backward selection) without any more evaluations

*https://mathworks.com/help/stats/sequentialfs.html

MATLAB 릴리스 호환 정보
개발 환경: R2018a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0