predict.snnR_extended {snnR} | R Documentation |
The function produces the predictions for a n-layer feed-forward neural network with additive and dominance effects.
## S3 method for class 'snnR_extended' predict(object,newdata_add,newdata_dom,...)
object |
an object of the class |
newdata_add |
matrix of test examples for additive effects. |
newdata_dom |
matrix of test examples for dominance effects. |
... |
arguments passed to or from other methods. |
This function is a method for the generic function
predict()
for class "snnR_extended"
.
It can be invoked by calling predict(x)
for an
object x
of the appropriate class, or directly by
calling predict.snnR_extended(x)
regardless of the class of the object.
A vector containig the predictions