Skip to contents

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