I have used the built-in function called 'divideint' to divide my data for training, validation, and testing. Want to know if the data is randomly picked for training.
2 ビュー (過去 30 日間)
古いコメントを表示
Hello,
The code for dividing the data into training, validation, and testing that I used is
model.divideFcn = 'divideint';
I have 4800 experimental data points. I want to know how these data points are used for training, validation, and testing. Is 70% of the data randomly picked for training. In the mathworks, it is mentioned that 'divideint' works by dividing the data using an interleaved selection. What that means. I want to know which data points are utilized for which purpose exactly.
Thank you!
0 件のコメント
回答 (1 件)
Mandar
2023 年 2 月 9 日
You can type the following command in the command window to know more about the function parameters such as inputs, outputs and process followed to accomplish the outputs. The following information is observed in MATLAB R2022a in addition to documentation.
help divideint
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!