PRTools contents |
PLSM
W = PLSM
W = PLSM([],MAXLV,METHOD)
[W, INFORM] = PLSM(A,MAXLV,METHOD)
Input | |
A | training dataset |
MAXLV | maximal number of latent variables (will be corrected if > rank(A)); MAXLV=inf means MAXLV=min(size(A)) -- theoretical maximum number of LV; by default = inf |
METHOD | 'NIPALS' or 'SIMPLS'; by default = 'SIMPLS' |
Output | |
W | PLS feature extraction mapping |
INFORM | extra algorithm output |
Crisp labels will be converted into soft labels which will be used as a target matrix.
pls_train, pls_transform, pls_apply,
PRTools contents |