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

1 visualizzazione (ultimi 30 giorni)
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?

Risposte (1)

Swarooph
Swarooph il 27 Lug 2017
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 Commenti
Bernard DUSHIMIMANA
Bernard DUSHIMIMANA il 27 Lug 2017
Modificato: Bernard DUSHIMIMANA il 27 Lug 2017
I would like you to take through an example. I am definitely new to MATLAB
Swarooph
Swarooph il 28 Lug 2017
Did the documentation help? You can also take a look at this classification example that uses the cvpartition function.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by