View source: R/utility_funcs.r
Compute single RBF feature at some centroid i in idx (or xi in Xi)
1 | rbf_feature(X, s, idx = NULL, xi = NULL)
|
X |
covariate matrix |
s |
median pairwise distance of points in X |
idx |
[Optional] location of reference centroid |
xi |
[Optional] reference centroid |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.