predict.ANN {ANN2}R Documentation

Make predictions for new data

Description

predict Predict class or value for new data

Usage

## S3 method for class 'ANN'
predict(object, newdata, ...)

Arguments

object

Object of class ANN

newdata

Data to make predictions on

...

further arguments (not in use)

Details

A genereric function for training neural nets

Value

A list with predicted classes for classification and fitted probabilities


[Package ANN2 version 2.3.4 Index]