Description Usage Arguments Value Author(s) See Also
View source: R/tdmPreprocUtils.r
tdmPreSFA.train uses package rSFA-package
. It is assumed that classification for the variable
contained in column response.var
is done. SFA seeks features in an expanded function space for which
the intra-class variation w.r.t. response.var
is as low as possible.
1 | tdmPreSFA.train(dset, response.var, opts)
|
dset |
the data frame with training (and test) data. |
response.var |
the response variable for classification. |
opts |
a list from which we need here the following entries:
|
sfa
, a list with entries:
dset |
the input data frame dset with columns numeric.variables replaced or extended (depending on |
numeric.variables |
the new numeric column names of |
sfaList |
a list with the items |
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.