Combining feature selection methods (filter and wrapper)
7 ビュー (過去 30 日間)
古いコメントを表示
Ahmed Alabdaly
2015 年 10 月 16 日
コメント済み: Ahmed Alabdaly
2015 年 10 月 16 日
Hello, I designed an integrated framework for feature selection which combines feature ranking techniques with sequential forward feature selection to find the optimal subset of the most informative features. I implemented this framework using MATLAB functions ( rankfeatures and sequentialfs ) on two microarray data (breast cancer and leukemia). The results were fluctuated between them, it was high accuracy for breast cancer and lower for leukemia. Is there any theoretical base behind this fluctuation in results.
Regards
0 件のコメント
採用された回答
Walter Roberson
2015 年 10 月 16 日
If you implemented your code correctly and you get this result, then you have a theoretical research question, not a MATLAB question, and should be investigating through other resources.
If you implemented your code incorrectly then the error is on line 42, starting at column 9.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Genomics and Next Generation Sequencing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!