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