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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Mandar
am 9 Feb. 2023
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 Kommentare
Siehe auch
Kategorien
Mehr zu Define Shallow Neural Network Architectures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!