Hi i keep getting this error but i am not sure what it means, can anyone help?
Unrecognized method, property, or field 'train' for class 'cvpartition'.
Error in Ma (line 27)
BCTabletrain = cvfolds.train(i);
cv = cvpartition(n,'kfold', k);
cp = classperf (OutputVariable);
for i = 1:k
test = cv.test(i);
TrainSet = cv.train(i);

2 commentaires

Image Analyst
Image Analyst le 2 Jan 2021
Why did you write that? Why do you think a cvpartition object has a "train" property, method, or field?
Claire R
Claire R le 2 Jan 2021
Modifié(e) : Claire R le 2 Jan 2021
i am not very experienced with matlab so i was following someone's example i thought it was the number of elements in (each) training subset., so does that mean if i am trying to do a k fold cross validation i do not need it.

Connectez-vous pour commenter.

 Réponse acceptée

Walter Roberson
Walter Roberson le 2 Jan 2021

0 votes

TrainSet = cv.training(i);

Plus de réponses (0)

Catégories

En savoir plus sur Variables 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!

Translated by