how to divide data set randomly into training,testing,validation data set?
이전 댓글 표시
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?
답변 (1개)
Image Analyst
2019년 11월 28일
0 개 추천
Try randsample() or randperm().
카테고리
도움말 센터 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!