applyGaussianKernelwithVariableSigma: Apply Gaussian Kernel using Laleh Haghverdi's variable sigma

Description Usage Arguments Details Value Author(s) Examples

View source: R/diffusion.r

Description

Apply Gaussian Kernel using Laleh Haghverdi's variable sigma

Usage

1

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

1
2
3
4
## Not run: 
d <- applyGaussianKernelwithVariableSigma(dist, sigmas)

## End(Not run)

wjawaid/roots documentation built on May 20, 2019, 11:37 a.m.