PARAFACFit

Location: CuBatch\Model_PARAFAC\PARAFACFit.m

function Model_Parameters = PARAFACFit (X,F,varargin);

Description:
Fit_Fun fitting the PARAFAC model to the array X using an ALS algorithm (the NWay toolbox implementation).

Inputs:
X: double array of data
F: number of components to extract.
varargin: the additional inputs (beside X and F) for the parafac function ..\Nway\PARAFAC.m (i.e. Options, Constraints, etc).

Outputs:
Model_Parameters: structure with three fields

Called by:
Model_PARAFAC\Calculate via ValidateModel and FitModel

Subroutines:
Internal: None
External: NWay\parafac

Author:
Giorgio Tomasi
Royal Agricultural and Veterinary University
MLI, LMT, Chemometrics group
Rolighedsvej 30
DK-1958 Frederiksberg C
Danmark

Last modified: 11-May-2002 16:14:44

Contact: Giorgio Tomasi, gt@kvl.dk

References