Home > sfa_tk > sfa > sfa_execute.m

sfa_execute

PURPOSE ^

SFA_EXECUTE Apply the learned functions to input data.

SYNOPSIS ^

function DATA=sfa_execute(hdl, DATA, prj, ncomp)

DESCRIPTION ^

 SFA_EXECUTE Apply the learned functions to input data.
   OUT = SFA_EXECUTE(HDL, DATA[, PRJ, NCOMP]) applies the SFA
   functions learned by the SFA obejct referenced by HDL to the input
   data DATA and returns their output. (The learning phase has of
   course to be finished, i.e. the SFA-step 'sfa' has to be completed).

   The execution is completed in 4 steps:
    1. projection on the input principal components (dimensionality
    reduction)
    2. expansion (if necessary)
    3. projection on the whitened (expanded) space
    4. projection on the slow functions

   If PRJ is defined and nonzero, the preprocessing step 1 is skipped
   (for SFA2 objects only).

   If NCOMP is defined, it specifies the number of functions to be used.

   See also SFA_STEP

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 10-Feb-2004 16:00:52 by m2html © 2003