View source: R/simulated_data_generation.R
compute_rbf_model | R Documentation |
Computes the inverse quadratic distance between two vectors
compute_rbf_model(data, eta = 5, func)
eta |
(float) The varying shape parameter. |
x |
(vector) The first vector |
y |
(vector) The second vector |
rbf_final (list) : The rbf model values: rbf weights, input data, and interpolation function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.