OPA3ApplyModel
Location: ..\CuBatch\Model_OPA3\OPA3ApplyModel.m
function
ModelOut = OPA3ApplyModel (ModelOut);
Description:
2nd necessary m-file when applying OPA model to another new matrix
This m-file applys really the model on the new data. The projection and/or prediction are performaed through this m-file.
Since different models are implemented in CuBatch, differents functions "name_of_the_method_applymodel" exist.
Inputs:
ModelOut: Structure for outputs (after modelling step)
Outputs:
ModelOut: Structure for outputs (after modelling step)
Called by:
OPA3Apply
Subroutines:
Internal: None
External:
None
Author:
Sébastien Gourvénec
ChemoAC, V.U.B.
Laarbeeklaan 103
B-1090 Brussels
Belgium
Last modified: 26-Aug-2002 15:12:34
Contact: Sébastien Gourvénec, sebastien.gourvenec@vub.ac.be
References