Kfold loss returns cost function of the trained classifier ?

5 visualizaciones (últimos 30 días)
Gorkem Akgul
Gorkem Akgul el 13 de Mayo de 2021
Respondida: Tejas el 8 de Jul. de 2025
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 ?

Respuestas (1)

Tejas
Tejas el 8 de Jul. de 2025
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 .

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by