Description Usage Arguments Value
View source: R/BLNN_UpdateNetwork.R
Allows the user to update the network object after examining the samples. If the samples drawn passed the diagnostic checks then we need to update the network object with the average value of the accetped samples after warmup. If evidence was used in training the hyper-parameters will be updated as well.
1 | BLNN_Update(NET, fit, index = NULL)
|
fit |
The fitted object returned by |
index |
The starting index used to compute the average estimated value of the newtork weights. The default is warmup+1 |
Network |
A BLNN network object |
The Network object with trained weights and updated hyper-parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.