View source: R/basisFunInitAndCompute.R
initialize_basisfun | R Documentation |
Initializes the parameter list needed for a basis function.
initialize_basisfun(
basisFunctionsUsed,
dimension,
lengthscale,
opts_BasisFun = list()
)
basisFunctionsUsed |
Character. The type of basis function to use. One of: "inducing points", "RFF", "Discrete FF", "filling FF", "custom cosines". |
dimension |
Integer. Dimension of the input space |
lengthscale |
Numeric vector. Lengthscales used for scaling the input space. |
opts_BasisFun |
List. Optional. Additional options specific to the chosen basis function.
If the type is "custom cosines", the basis functions considered are |
A list of initialized basis function parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.