Predicting targets of an RWNN-object
# S3 method for RWNN
predict(object, ...)A vector of predicted values.
An RWNN-object.
Additional arguments.
The additional arguments used by the function are 'newdata' and 'class'. The argument 'newdata' expects a matrix or data.frame with the same features (columns) as in the original data. While the 'class' argument can be set to "classify". If class == "classify" additional arguments 't' and 'b' can be passed to the classify-function.