mmd_fn: Calculate MMD between two matrices “A Kernel Two-Sample...

View source: R/RcppExports.R

mmd_fnR Documentation

Calculate MMD between two matrices “A Kernel Two-Sample Test.” Journal of Machine Learning Research: JMLR 13 (Mar): 723–73. Gretton, Arthur, Karsten M. Borgwardt, Malte J. Rasch, Bernhard Schölkopf, and Alexander Smola. 2012.

Description

Calculate MMD between two matrices “A Kernel Two-Sample Test.” Journal of Machine Learning Research: JMLR 13 (Mar): 723–73. Gretton, Arthur, Karsten M. Borgwardt, Malte J. Rasch, Bernhard Schölkopf, and Alexander Smola. 2012.

Usage

mmd_fn(X, Y, sigma)

Arguments

X

A matrix of observations (rows = observations)

Y

A matrix of observations (rows = observations)

sigma

Scale factor for Gaussian kernel)


wmacnair/SampleQC documentation built on Nov. 18, 2022, 5 p.m.