필터 지우기
필터 지우기

How to obtain cross validation results while developing model by using plsregress?

조회 수: 3 (최근 30일)
I am using the following code to develop a 10-fold cross-validated (CV) partial least squares regression model.
[XL,yl,XS,YS,beta,PCTVAR,stat, MSE] = plsregress(x,y,3,'CV',10);
By default, Matlab gives only the final estimated parameters. I want to see the parameter distribution and fitting efficiency while doing the cross-validation. Without writing the CV code manually, how can I see these results?
Thanks

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by