acpcroval
Location: CuBatch\Model_PCA\acpcroval.m
function
ress = acpcroval (X,fmax,algo,optio);
Description:
plots the cross-validated (1
by 1) plot of PCA.
Inputs:
X: data (matrix)
fmax: Maximal number of pricipal components tested.
algo: 'SVD' or 'Nipals'
optio: see Matlab help for svds built-in function.
Outputs:
ress: vector (size fmax) of Sum of squares residual.
Called by:
acp
Subroutines:
Internal: None
External:
acpf
Author:
Christophe Durville
TOTALFINAELF (CReS)
Université Marne-La-Vallée
France
Last modified: 15-Nov-2002 13:04:44
Contact: Christophe Durville, cdurpp@ifrance.com
References