applyGaussianKernelwithVariableSigma function

Apply Gaussian Kernel using Laleh Haghverdi's variable sigma

Apply Gaussian Kernel using Laleh Haghverdi's variable sigma

applyGaussianKernelwithVariableSigma(d2, rsigmas, csigmas = NULL)

Arguments

  • d2: Squared distance metric
  • rsigmas: Sigmas for cells in the rows
  • csigmas: Sigmas for cells in the columns

Returns

Returns matrix of same size as d2.

Details

Apply Gaussian Kernel using Laleh Haghverdi's variable sigma

Examples

## Not run: d <- applyGaussianKernelwithVariableSigma(dist, sigmas) ## End(Not run)

Author(s)

Wajid Jawaid

  • Maintainer: Wajid Jawaid
  • License: GPL (>= 2)
  • Last published: 2017-07-11

Useful links