PLS_Toolbox Documentation: ncrossval | < mscorr | nippls > |
ncrossval
Purpose
Cross-validation for multilinear PLS (NPLS).
Synopsis
[press,cumpress,rmsecv,rmsec,cvpred,misclassed] = ncrossval(x,y,rm,cvi,ncomp,out,pre)
Description
Performs cross-validation of NPLS. If two-way unfold-PLS is desired convert input x to two-way x. By default, the data are centered across the first mode, but no scaling is applied. This can be changed by using additional input arguments.
INPUTS:
OUTPUT:
See Also
< mscorr | nippls > |