Kfold loss returns cost function of the trained classifier ?
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi, I couldn't completely understand what kfoldloss() function return. Is it the result of cost( or loss) function of SVM estimated during the traing while using k-fold cross validation ?
댓글 수: 0
답변 (1개)
Tejas
2025년 7월 8일
Hello Gorkem,
The "kfoldLoss" function returns the loss averaged over all the folds. For more information on how this loss is computed for each fold, refer to this documentation: https://www.mathworks.com/help/stats/classreg.learning.partition.classificationpartitionedmodel.kfoldloss.html#mw_050b1f4b-1273-40e9-a36e-4197b357a945 .
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!