gamma_estimation: Kernel parameter estimation

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Kernel parameter estimation by averaging the distances to the closest neighbors.

Usage

1
gamma_estimation(X, size, kernel_type)

Arguments

X

A Filebacked Big Matrix n \times N.

size

Neighborhood size.

kernel_type

Kernel function type. Available types are c("Gaussian", "Laplacian").

Value

The estimated kernel parameter.


chickn documentation built on Jan. 13, 2021, 10:53 p.m.