predict.ANN: Make predictions for new data

Description Usage Arguments Details Value

View source: R/interface.R

Description

predict Predict class or value for new data

Usage

1
2
## 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


bflammers/ANN2 documentation built on Feb. 5, 2021, 9:10 a.m.