nn_pred: Neural network prediction

View source: R/nn_functions.R

nn_predR Documentation

Neural network prediction

Description

Neural network prediction

Usage

nn_pred(X, W, q, response = "continuous")

Arguments

X

Data

W

Weight vector

q

Number of hidden nodes

response

Response type: "continuous" (default) or "binary"

Value

Prediction for given inputs


andrew-mcinerney/statnn documentation built on June 30, 2024, 4:09 p.m.