predict_gaussian_process | R Documentation |
gaussian_process
function (Gaussian process regression with dot product covariance)Predicts response values based on a model generated by the gaussian_process
function (Gaussian process regression with dot product covariance). For internal use only!.
predict_gaussian_process(Xz, alpha, newdata, scale, Xcenter, Xscale, Ycenter, Yscale)
newdata |
a matrix containing the predictor variables |
scale |
a logical indicating whether the matrix of predictors used to create the regression model
(in the |
Xcenter |
if |
Xscale |
if |
Ycenter |
if |
Yscale |
if |
a matrix of predicted values
Leonardo Ramirez-Lopez
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.