how to generate indices for the training data for all the possible combinations in leave n out cross validation?
1 回表示 (過去 30 日間)
古いコメントを表示
I am planning on doing a leave n out cross validation. I would like to extract indices from the given data for all the possible combinations of leave n out process. For ex:- if I have 49 data points. and I do leave one out. Then the final outcome should have 49!/(48!*1!)=49 combinations of indices in this process. Is there a matlab function which would help with this issue?
0 件のコメント
回答 (1 件)
Athul Prakash
2020 年 10 月 9 日
Hi Harshan,
You may use 'cvparition' function with 'leaveout' option specified.
Have a read of the doc:
Hope it helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!