finding accuracy
1 回表示 (過去 30 日間)
古いコメントを表示
I have 4026 in lymphoma dataset plz tell how to use classifier to find the testing accuracy as
We have to fed each of the 4,026 genes in the lymphoma data set into our FNN. That is, we first used only a single gene that is ranked 1 as the input to the network. We trained the network with the training data set and, subsequently, tested the network with the test data set.The best 5-fold CV accuracy was 90.32 percent and the best testing accuracy was 80.65 percent.
plz tell how to process have struck here for more than 4 months
0 件のコメント
回答 (1 件)
Barry Greene
2012 年 1 月 23 日
Surely if you have used cross-validation to obtain a classification accuracy measure then you have already solved your problem? i.e. train model on 90% of data test on remaining 10% repat on each 90% then shuffle and repeat again (10 folds, 10 shuffles).
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!