Description Usage Arguments Value
Allows the user to calculate predicted values from input data with the option of providing network and fitted errors if known y values are supplied.
1 | BLNN_Predict(Network, x, y = NULL, fit = NULL)
|
Network |
A BLNN network object |
x |
A set of input data |
y |
A set of target response values. Default is |
A vector or matrix of predicted responses. If y is given, returns a list containing
Calculated network error
A vector of differences y-predicted
A vector or matrix of predicted responses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.