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