rbf: Compute the RBF (Squared Exponential) kernel between two...

Description Usage Arguments Value

Description

Compute the RBF (Squared Exponential) kernel between two matrices

Usage

1
rbf(X, Y, scales = NULL, amplitude = 1)

Arguments

X

An n x d matrix

Y

An n x d matrix

scales

The scale parameters, defaults to all ones

amplitude

A parameter which is multiplied by the kernel, defaults to 1

Value

An n x n kernel matrix formed from X and Y


ebenmichael/gaussianProcess documentation built on May 15, 2019, 7:30 p.m.