View source: R/simulated_data_generation.R
rbf_gauss | R Documentation |
Computes the squared euclidean distance between two vectors
rbf_gauss(x, y, eta = 5)
x |
(vector) The first vector |
y |
(vector) The second vector |
eta |
(int) The varying weight parameter (not used here) |
The squared euclidean distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.