computeOutput1 {TeachNet} | R Documentation |
Computes output (prediction) for a one hidden layer network for one observation
computeOutput1(x, weights)
x |
properties of observation |
weights |
weights of the neural network |
Returns a single numeric value.
Georg Steinbuss