sfaPBootstrap {rSFA} | R Documentation |
Parametric Bootstrap
Description
If training set too small, augment it with parametric bootstrap
Usage
sfaPBootstrap(realclass, x, sfaList)
Arguments
realclass |
true class of training data (can be vector, numerics, integers, factors) |
x |
matrix containing the training data |
sfaList |
list with several parameter settings, e.g. as created by |
Value
a list list
containing:
x |
training set extended to minimu number of recors1.5*(xpdim+nclass), if necessary |
realclass |
training class labels, extended analogously |
See Also
[Package rSFA version 1.5 Index]