Infinite Feature Selection

버전 4.2 (4.05 KB) 작성자: Giorgio
InfFS allows you to rank a huge list of feature, even more than 40000 features and 10000 samples.
다운로드 수: 1.5K
업데이트 날짜: 2016/12/21

라이선스 보기

The Inf-FS is a graph-based method which exploits the convergence properties of the power series of matrices to evaluate the importance of a feature with respect to all the other ones taken together. Indeed, in the Inf-FS formulation, each feature is mapped on an affinity graph, where nodes represent features and weighted edges relationships between them. Each path of a certain length l over the graph is seen as a possible selection of features. Therefore, varying these paths and letting them tend to an infinite number permits the investigation of the importance of each possible subset of features. The Inf-FS assigns a final score to each feature of the initial set; where the score is related to how much the given feature is a good candidate regarding the classification task. Therefore, ranking in descendant order the outcome of the Inf-FS allows us to perform the subset feature selection throughout a model selection stage to determine the number of features to be selected.
=========================================================================
Reference : Infinite Feature Selection
Link Paper :http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7410835
ResearchGate: https://www.researchgate.net/publication/282576688_Infinite_Feature_Selection
=========================================================================

인용 양식

Giorgio (2024). Infinite Feature Selection (https://www.mathworks.com/matlabcentral/fileexchange/54763-infinite-feature-selection), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

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

+ Infinite Feature Selection Dec. 2016: "Unsupervised" & "Supervised" versions.

4.0.0.0

New methods
[1] InfFS
[2] ECFS
[3] mrmr
[4] relieff
[5] mutinffs
[6] fsv
[7] laplacian
[8] mcfs
[9] rfe
[10] L0
[11] fisher
[12] UDFS
[13] llcfs
[14] cfs

3.0.0.0

- Added new method: Features Selection via Eigenvector Centrality (ECFS) 2016
- Updated the Infinite Feature Selection (InfFS) - Strong improvments on ranking accuracy 2016

2.2.0.0

- New Inf-FS
- Added 9 feature Selection methods such as: SVM-RFE, Relief-F, mRMR, Laplacian, L0, FSV, Fisher, etc...
- Make file (C/C++ Compiler required)

1.6.0.0

- some problems fixed

1.5.0.0