Sampling dataset into training(70%) and validation(30%) data

조회 수: 2 (최근 30일)
Bernard DUSHIMIMANA
Bernard DUSHIMIMANA 2017년 7월 27일
댓글: Swarooph 2017년 7월 28일
I have a dataset from which I would like to split into validation and training data. The original dataset, validation, and training should be stored in a table. How can I do that in matlab?

답변 (1개)

Swarooph
Swarooph 2017년 7월 27일
If you have the Statistics and Machine Learning Toolbox, cvpartition function is the easiest way to do this. Take a look at the doc here .
  댓글 수: 2
Bernard DUSHIMIMANA
Bernard DUSHIMIMANA 2017년 7월 27일
편집: Bernard DUSHIMIMANA 2017년 7월 27일
I would like you to take through an example. I am definitely new to MATLAB
Swarooph
Swarooph 2017년 7월 28일
Did the documentation help? You can also take a look at this classification example that uses the cvpartition function.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by