Description Usage Arguments Details Value See Also Examples
createPriors
returns a list that contains default values for the priors.
1 | createPriors(xTrain, noise = FALSE)
|
xTrain |
An |
noise |
If the data is assumed to be noise-free, then
|
This creates a list that contains default values for the priors. The user
can change the values as they like prior to inputting the list into
bcgp
.
A list containing the default values for all the prior parameters.
Other preprocessing functions: createInits
1 2 3 | xTrain <- matrix(runif(40), ncol= 4, nrow = 10)
createPriors(xTrain)
createPriors(xTrain, noise = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.