How colud I solve this problem Undefined function 'fitPosterior' for input arguments of type 'classreg.learning.partition.ClassificationPartitionedModel'.
조회 수: 1 (최근 30일)
이전 댓글 표시
t1=cellstr(num2str(t));
md1SVM = fitcsvm(sFeat,t1,'Standardize',true,'Kfold',10,'KernelFunction','gaussian');
% md1SVM = crossval(md1SVM);
Md1 = fitPosterior(md1SVM);
[~,score_svm] = resubPredict(Md1);
[Xsvm,Ysvm,Tsvm,AUCsvm] = perfcurve(trainlabel,score_svm(:,Md1.ClassNames),'true');
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Clutter에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!