Description Usage Arguments Value
View source: R/utility_funcs.r
Add n_centroids RBF features to X
1 | add_rbf_features(X, s, n_centroids, Xi = NULL)
|
X |
covariate matrix |
s |
median pairwise distance of points in X |
n_centroids |
number of RBF features to add |
Xi |
matrix of reference points to calculate RBF w.r.t |
X augmented covariate matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.