Description Usage Arguments Details Value See Also
Learning a Gaussian Process model from training
data. Parameter setting can vary in kernel
and tolerance. See gausspr
for a comprehensive description.
1 | bm_gaussianprocess(form, data, lpars)
|
form |
formula |
data |
training data for building the predictive model |
lpars |
a list containing the learning parameters |
Imports learning procedure from kernlab package.
A list containing Gaussian Processes models
other learning models: bm_mars;
bm_ppr; bm_gbm;
bm_glm; bm_cubist;
bm_randomforest; bm_pls_pcr;
bm_ffnn; bm_svr
Other base learning models:
bm_cubist(),
bm_ffnn(),
bm_gbm(),
bm_glm(),
bm_mars(),
bm_pls_pcr(),
bm_ppr(),
bm_randomforest(),
bm_svr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.