Description Usage Arguments Value Examples
Get the computation of parameters issued from the training of a Bayesian linear regression. See the iqspr package paper for details concerning the definition of the cited parameters.
1 | get_linearBayes(X = NULL, Y = NULL, params = NA)
|
X |
is a matrix of features (e.g. fingerprints and/or physical descriptors) issued from a training set. |
Y |
is a one-dimensional vector, or a matrix, of observables (e.g. targeted chemical properties) issued from a training set. |
params |
corresponds to the initialization of the parameters (see |
the latest w0, V0_inv, a0 and b0 parameters after training over the data X and Y.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.