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

Image Analyst
Image Analyst 2021년 1월 2일
Why did you write that? Why do you think a cvpartition object has a "train" property, method, or field?
Claire R
Claire R 2021년 1월 2일
편집: Claire R 2021년 1월 2일
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.

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

 채택된 답변

Walter Roberson
Walter Roberson 2021년 1월 2일

0 개 추천

TrainSet = cv.training(i);

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Variables에 대해 자세히 알아보기

태그

질문:

2021년 1월 1일

댓글:

2021년 1월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by