generate.sampling | R Documentation |
This function generates and returns a sampling function corresponding to the
Fourier transform of a Gaussian kernel with given parameter
\insertCitechaudhuri2011DPpack of form needed for svmDP
.
generate.sampling(kernel.param)
kernel.param |
Positive real number for the Gaussian (radial) kernel parameter. |
Sampling function for the Gaussian kernel of form required by
svmDP
.
chaudhuri2011DPpack
kernel.param <- 0.1
sample <- generate.sampling(kernel.param)
d <- 5
sample(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.