computeOutput2 {TeachNet}R Documentation

Computes output

Description

Computes output (prediction) for a two hidden layers network for one observation

Usage

computeOutput2(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]