predict.brnn | R Documentation |
The function produces the predictions for a two-layer feed-forward neural network.
## S3 method for class 'brnn'
predict(object,newdata,...)
object |
an object of the class |
newdata |
matrix or data frame of test examples. A vector is considered to be a row vector comprising a single case. |
... |
arguments passed to or from other methods. |
This function is a method for the generic function
predict()
for class "brnn"
.
It can be invoked by calling predict(x)
for an
object x
of the appropriate class, or directly by
calling predict.brnn(x)
regardless of the class of the object.
A vector containing the predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.