predict.ANN: Make predictions for new data
Description
predict
Predict class or value for new data
Usage
# S3 method for ANN
predict(object, newdata, ...)
Arguments
newdata
Data to make predictions on
...
further arguments (not in use)
Value
A list with predicted classes for classification and fitted probabilities
Details
A genereric function for training neural nets