Description Usage Arguments Details Value See Also
Interal functions
1 2 3 4 | sigest.random(x, frac = 0.5, scaled = TRUE, na.action = na.omit,
len = 3)
addInteraction(x, squared = TRUE)
|
x |
Design matrix |
frac |
Fraction of data used |
scaled |
If to scale column in x |
na.action |
How to handle missing values |
len |
Number of sigma inverse values to general |
squared |
If squared terms should be added |
sigest.random
is a modified version of kernlab::sigest
, aiming to generate
tuning parameters for sigmal inverse of an RBF kernel, base on kernlab::sigest
. It returns
a vector of sigma inverse value. For details, see kernlab::sigest
.
addInteraction
adds 2-way interactions and/or squared terms to the design matrix.
A vector of of sigma inverse values
Please see kernlab::sigest for details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.