generate.sampling: Generator for Sampling Distribution Function for Gaussian Kernel
Description
This function generates and returns a sampling function corresponding to the
Fourier transform of a Gaussian kernel with given parameter
chaudhuri2011DPpack of form needed for svmDP.
Usage
generate.sampling(kernel.param)
Value
Sampling function for the Gaussian kernel of form required by
svmDP.
Arguments
kernel.param
Positive real number for the Gaussian (radial) kernel
parameter.