필터 지우기
필터 지우기

How do I get the confidence interval of a cross-validation

조회 수: 1 (최근 30일)
Marguerite Marnat
Marguerite Marnat 2017년 3월 21일
Hello,
To validate my classification results, I run a 10kfold crossvalidation. However I would like to get a confidence interval around the result. But I can't manage to get the information about the deviation between my 10 crossvalidations through crossval on a ClassificationDiscriminant object.
"objLDA = fitcdiscr(abs(DataMatrix),label);
CVLDA=crossval(objLDA);
CVLDA_coeff=kfoldLoss(CVLDA);"
How would you do ?
Thanks.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by