classification model And Classifica​tionPartit​ionedModel

조회 수: 1 (최근 30일)
whdm818
whdm818 2018년 1월 4일
댓글: whdm818 2018년 1월 15일
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"?

답변 (1개)

Vishwas Kumar
Vishwas Kumar 2018년 1월 9일
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.

카테고리

Help CenterFile Exchange에서 Classification Trees에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by