predict.grnnet: Predict from a Generalized Regression Neural Network Object

Description Usage Arguments Value Author(s)

Description

Predict from a Generalized Regression Neural Network Object

Usage

1
2
## S3 method for class 'grnnet'
predict(object, newdata, alpha = NULL, ...)

Arguments

object

object of class 'grnnet'

newdata

a matrix or a data.frame of new data to make predictions

alpha

a value between 0 and 1 defining the confidence level for conformal prediction intervals. Default is NULL and alpha is equal to pre-defined value during training.

...

...

Value

a matrix or a list with a point estimate and associated prediction interval for each row of newdata. A named list is outputed if the neural network has multiple output

Author(s)

David Navega


dsnavega/grnnet documentation built on May 9, 2019, 5 a.m.