View source: R/basisFunInitAndCompute.R
initialize_basisfun_inducingpt | R Documentation |
Computes kernel matrix and its decompositions for use in inducing-point basis functions.
initialize_basisfun_inducingpt(
dimension,
kernel = "Mat52",
lengthscale,
pointscoord = NULL,
numberPoints = NULL
)
dimension |
Integer. Input ( |
kernel |
Character. Kernel type ("Exp", "Mat32", "Mat52", "Gaussian"). |
lengthscale |
Numeric vector. Lengthscales used for scaling the input space. |
pointscoord |
Optional matrix of inducing point coordinates. If none is provided, we sample them uniformly in the unit hypercube. |
numberPoints |
Integer. Number of inducing points
(used if |
List with kernel square root and inverse root matrices, and scaled coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.