computeOutput1: Computes output
Description
Computes output (prediction) for a one hidden layer network for one observation
Usage
computeOutput1(x, weights)
Arguments
x
properties of observation
weights
weights of the neural network
Value
Returns a single numeric value.