PARAFAC2Apply

Location: ..\CuBatch\Model_parafac2

function ModelIn, ModelOut = PARAFAC2Apply (ModelIn, ModelOut);

Description:
First necessary m-file when applying a PARAFAC2 model to another new matrix

This m-file allows the user to load new data, and displays some informations about the existing PARAFAC2 model. Since different models are implemented in CuBatch, differents functions "name_of_the_method_apply" exist.


Inputs:
ModelIn: Structure for inputs (before modelling step)
ModelOut: Structure for outputs (after modelling step)

Outputs:
ModelIn: Structure for inputs (before modelling step)
ModelOut: Structure for outputs (after modelling step)

Called by:
Dispatch_Apply

Subroutines:
Internal: None
External: guinames, parafac2activateplots, parafac2app, parafac2displayinfo, parafac2pred

Author:
Sébastien Gourvénec
ChemoAC, V.U.B.
Laarbeeklaan 103
B-1090 Brussels
Belgium

Last modified: 05-Nov-2002 15:35:56

Contact: Sébastien Gourvénec, sebastien.gourvenec@vub.ac.be

References