predict_gaussian_process {resemble} | R Documentation |
Prediction function for the gaussian_process
function (Gaussian process regression with dot product covariance)
Description
Predicts response values based on a model generated by the gaussian_process
function (Gaussian process regression with dot product covariance). For internal use only!.
Usage
predict_gaussian_process(Xz, alpha, newdata, scale, Xcenter, Xscale, Ycenter, Yscale)
Arguments
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 |
Value
a matrix of predicted values
Author(s)
Leonardo Ramirez-Lopez