how to divide data set randomly into training,testing,validation data set?
Afficher commentaires plus anciens
Hello guys, I have a dataset of a matrix of size 116*116*45 type double and I want to divide it randomly into 3 subsets training,testing and cross-validation sets.
how to make it randomly generated everytime it run?
can anyone help me?
Réponses (1)
Image Analyst
le 28 Nov 2019
0 votes
Try randsample() or randperm().
Catégories
En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!