搜索资源列表
feature_selection
- 自己编的特征选择程序,分别包括用顺序前进法(SFS),顺序后退法(SBS),增l 减r 法(l–r)、SFFS法进行选择的程序-own addendum to the feature selection procedures, including the use of sequential forward (SFS). back order (SBS), by reducing r l (l-r), SFFS method to choose the procedure
Version_5.1.8_Out
- 对图像进行特征提取,构造合适的特征集合,包括SFS,SBS,SFFS等-failed to translate
featureselection
- 特征选择方法,matlab实现增 l减 r法 顺序后退法 SFFS 特征选择 顺序前进法特征选择-feature selection
feature_selection
- 自己编的特征选择程序,分别包括用顺序前进法(SFS),顺序后退法(SBS),增l 减r 法(l–r)、SFFS法进行选择的程序-own addendum to the feature selection procedures, including the use of sequential forward (SFS). back order (SBS), by reducing r l (l-r), SFFS method to choose the procedure
code-Feature-Selection-using-Matlab
- 主要完成图像特征出提取,包括5个特征选择算法:SFS,SBS,SFBS-Descr iption The DEMO includes 5 feature selection algorithms: Sequential Forward Selection (SFS) Sequential Floating Forward Selection (SFFS) Sequential Backward Selection (SBS) Sequential Floating Bac