Description Usage Arguments Value Examples
Get the prediction from a Bayesian linear regression. For a prediction other than from a Bayesian linear
model, see use_Model
.
1 | use_linearBayes(newx = NULL, model = NULL)
|
newx |
is a matrix of features (e.g. fingerprints and/or physical descriptors), issued from a test/validation set, for which the properties (e.g. targeted chemical properties) are predicted. |
model |
is the set of parameters defining a trained Bayesian linear regression model, issued from |
the predicted properties with associated variance.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.