transform
Transform predictors into extracted features
Syntax
Description
Examples
Input Arguments
Output Arguments
Algorithms
transform
converts data to predicted features by using the
learned weight matrix W
to map input predictors to output
features.
For
rica
, input dataX
maps linearly to output featuresXW
. See Reconstruction ICA Algorithm.For
sparsefilt
, input data maps nonlinearly to output features (X
,W
). See Sparse Filtering Algorithm.Caution
The result of
transform
for sparse filtering depends on the number of data points. In particular, the result of applyingtransform
to each row of a matrix separately differs from the result of applyingtransform
to the entire matrix at once.
Version History
Introduced in R2017a