This function fits an outerbase model for prediction and hides most of the actual object-oriented aspects of the package.
obfit(
x,
y,
numb = 100,
verbose = 0,
covnames = NULL,
hyp = NULL,
numberopts = 2,
nthreads = NULL
)a n by d sized matrix of inputs
a n length vector of outputs
size of basis to use
0-3, how much information on optimization to print to console
a d length vector of covariance names
initial covariance hyperparameters
number of optimizations done for hyperparameters, must be larger than 1
number of threads used in learning
Saving important model information to be used with
obpred