Description Usage Arguments Value Author(s) See Also
View source: R/tdmPreprocUtils.r
The SFA projection is taken from sfaList
, a value returned from a prior call to tdmPreSFA.train
.
1 | tdmPreSFA.apply(dset, sfaList, opts, dtrain = NULL)
|
dset |
the data frame with the new data |
sfaList |
a value returned from a prior call to |
opts |
a list from which we need here the following entries:
|
dtrain |
[NULL] optional, only needed in case that dset is a 0-row-data frame: then we 'borrow' the columns from dtrain,
the data set returned from |
sfa
, a list with entries:
dset |
the input data frame dset with columns numeric.variables replaced by the PCs with names PC1, PC2, ... (in case PRE.SFA=="linear") or with names KP1, KP2, ... (in case PRE.SFA=="kernel") and optional with monomial columns added, if PRE.SFA.npc>0 |
numeric.variables |
the new column names for PCs and for the monomials |
Wolfgang Konen, Martin Zaefferer, FHK, Jan'2012 - Feb'2012
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.