gpr_fit: Gaussian process regression

Description Usage Arguments Value

View source: R/call_by_user.R

Description

GPR prediction

Usage

1
gpr_fit(testmx, trainmx, gprmodel, ncpu = -1)

Arguments

testmx

Matrix; the features of testing dateset

gprmodel

List; the output of traintraintrain(), containing four objects: alpha kparam train_x pred_method

ncpu

Integer; the number of thread to be used; set to -1 to use all threads; default value is -1.

Value

the prediction of testing dataset.


weichunliao/baeirGPR documentation built on May 18, 2019, 9:15 p.m.