R/train_gp.R

train_gp <-
function(X,y,pars = list())
{
    stop('GP regression not implemented.')
    return(NULL)
}

Try the CAM package in your browser

Any scripts or data that you put into this service are public.

CAM documentation built on May 2, 2019, 8:24 a.m.