Neural Network - net.divideFcn = 'divideind'
3 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I am trying to use "net.divideFcn = 'divideind'". In my case, I want to merge two different range of indices, e.g.,
net.divideParam.trainInd = 1:4, 10:20; (is it possible?) net.divideParam.valInd = 5:9; net.divideParam.testInd = 21:25;
Thank you!
0 件のコメント
採用された回答
Greg Heath
2015 年 10 月 23 日
Yes.
However, use [ 1:4, 10:20]
Thank you for formally accepting my answer
Greg
1 件のコメント
Tea
2016 年 8 月 12 日
Hi, could you please explain why if I input indices like that, trainInd in training records is given as column instead of row vector? However, trainMask is fine. Thank you
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!