computeOutput1 {TeachNet} | R Documentation |
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.
Author(s)
Georg Steinbuss
[Package TeachNet version 0.7.1 Index]