applyGaussianKernelwithVariableSigma {roots} | R Documentation |
Apply Gaussian Kernel using Laleh Haghverdi's variable sigma
applyGaussianKernelwithVariableSigma(d2, rsigmas, csigmas = NULL)
d2 |
Squared distance metric |
rsigmas |
Sigmas for cells in the rows |
csigmas |
Sigmas for cells in the columns |
Apply Gaussian Kernel using Laleh Haghverdi's variable sigma
Returns matrix of same size as d2.
Wajid Jawaid
## Not run:
d <- applyGaussianKernelwithVariableSigma(dist, sigmas)
## End(Not run)