Description Usage Arguments Details Value
The function produces the predictions for a n-layer feed-forward neural network.
1 2 |
object |
an object of the class |
newdata |
matrix of test examples. |
... |
arguments passed to or from other methods. |
This function is a method for the generic function
predict()
for class "snnR"
.
It can be invoked by calling predict(x)
for an
object x
of the appropriate class, or directly by
calling predict.snnR(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.