How do I partition data sets for cross validation in MATLAB?

6 vues (au cours des 30 derniers jours)
Aaron Woods
Aaron Woods le 13 Sep 2021
I'm trying to split, or partition, the data into two groups. Testing Data and Training Data. Ideally I want to write a function that can randomly divide the data into a variable sized patition. So that I could do specifi and leave one out cross validation. I'm not sure how I'll do this though.

Réponse acceptée

Swetha Polemoni
Swetha Polemoni le 16 Sep 2021
Hi
It is my understanding that you want to partition the dats randomly. You can use either cvpartition from Statistics and Machine Learning Toolbox or randperm to serve the purpose.
The following answer might help you to understand how to use 'randperm'

Plus de réponses (0)

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by