rbf_gauss: RBF Kernel

View source: R/simulated_data_generation.R

rbf_gaussR Documentation

RBF Kernel

Description

Computes the squared euclidean distance between two vectors

Usage

rbf_gauss(x, y, eta = 5)

Arguments

x

(vector) The first vector

y

(vector) The second vector

eta

(int) The varying weight parameter (not used here)

Value

The squared euclidean distance


lcrawlab/SINATRA documentation built on Sept. 13, 2023, 2 p.m.