predict.snnR {snnR} | R Documentation |
The function produces the predictions for a n-layer feed-forward neural network.
## S3 method for class 'snnR' predict(object,newdata,...)
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