The function produces the predictions for a n-layer feed-forward neural network with additive and dominance effects.
# S3 method for snnR_extended
predict(object,newdata_add,newdata_dom,…)
an object of the class snnR_extended
as returned by snnR_extended
matrix of test examples for additive effects.
matrix of test examples for dominance effects.
arguments passed to or from other methods.
A vector containig the predictions
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.