tuckerproj
Location: CuBatch\Model_tucker\tuckerproj.m
function
[xp,fxp,fxpw] = tuckerproj (typ,x,L);
Description:
calcultes the projection of a new sample x (tensor of N-1- dimensions) on tucker
loadings L (cell array).
Inputs:
typ: 'sm' or 'mm' (simple mode or mixed modes)
x: new sample
L: Tucker loadings
Outputs:
xp: projection of X (in the original basis)
fxp: projection of X (in the loading basis)
fxpw: projection of X (in the loading orthonormal basis)
Called by:
tuckerapply
Subroutines:
Internal: None
External: None
Author:
Christophe Durville
TOTALFINAELF (CReS)
Université Marne-La-Vallée
France
Last modified: 16-Dec-2002 10:15:32
Contact: Christophe Durville, cdurpp@ifrance.com
References