classification model And Classifica​tionPartit​ionedModel

1 visualización (últimos 30 días)
whdm818
whdm818 el 4 de En. de 2018
Comentada: whdm818 el 15 de En. de 2018
According to what I have learnt, I could use "CVMdl = crossval(Mdl)" to create a cross-validated classification model from a classification model. But, I'm not sure about the function of the "CVMdl".
Question: Is the "CVMdl" just for cross validation? If the result of the "kfoldLoss" is good, could I use the "Mdl"?

Respuestas (1)

Vishwas Kumar
Vishwas Kumar el 9 de En. de 2018
CVMdl is the cross validated model, you can find things like cross-validated classification losses, cross-validated classification edges, class labels predicted by the cross-validated ECOC model, etc.
And yes, based on the results of Kfoldloss, you can use Mdl further.

Community Treasure Hunt

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

Start Hunting!

Translated by