View source: R/zeitzeiger_cv.R
| zeitzeigerSpcCv | R Documentation |
Calculate SPCs for each fold of cross-validation.
zeitzeigerSpcCv( fitResultList, nTime = 10, useSpc = TRUE, sumabsv = 1, orth = TRUE, dopar = TRUE )
fitResultList |
Output of |
nTime |
Number of time-points by which to discretize the time-dependent behavior of each feature. Corresponds to the number of rows in the matrix for which the SPCs will be calculated. |
useSpc |
Logical indicating whether to use |
sumabsv |
L1-constraint on the SPCs, passed to |
orth |
Logical indicating whether to require left singular vectors
be orthogonal to each other, passed to |
dopar |
Logical indicating whether to process the folds in parallel. Use
|
A list consisting of the result from zeitzeigerSpc() for each fold.
zeitzeigerSpc(), zeitzeigerFitCv(), zeitzeigerPredictCv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.