| predict.ANN | R Documentation |
predict Predict class or value for new data
## S3 method for class 'ANN'
predict(object, newdata, ...)
object |
Object of class |
newdata |
Data to make predictions on |
... |
further arguments (not in use) |
A genereric function for training neural nets
A list with predicted classes for classification and fitted probabilities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.