View source: R/basisFunInitAndCompute.R
check_basisfun_opts | R Documentation |
Checks and completes the parameter list for a given basis function type.
check_basisfun_opts(basisFunctionsUsed, dimension, opts_BasisFun = list())
basisFunctionsUsed |
Character. Type of basis function to use. One of: "inducing points", "RFF", "Discrete FF", "filling FF", "custom cosines". |
dimension |
Integer. The dimension of the input space (typically |
opts_BasisFun |
List. Options specific to the chosen basis function.
Users can refer to the documentation of specific basis function initialization functions
(e.g., |
A completed list of options specific to the chosen basis function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.