Learn R Programming

brnn (version 0.3)

predict.brnn: predict.brnn

Description

The function produces the predictions for a two-layer feed-forward neural network.

Usage

## S3 method for class 'brnn':
predict(object,newdata,\dots)

Arguments

Value

A vector containing the predictions

Details

This function is a method for the generic function predict() for class "brnn". It can be invoked by calling predict(x) for an object x of the appropriate class, or directly by calling predict.brnn(x) regardless of the class of the object.