BNN | R Documentation |
This function follows after make_net
and supplies the
BNN with the data and precompiles it
BNN( net, y, x, likelihood = c("normal", "normal_seq_to_one", "tdist", "tdist_seq_to_one"), ... )
net |
A BNN network created usign |
y |
a numerical vector of length N |
x |
a numerical matrix with each column being one input and one row being one variable For example, for a network with one input, N = 100 observations, nrow(x) = 1, ncol(x) = N |
likelihood |
determine the likelihood term of the model. See QuickBNN.jl for implemented likelihoods |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.