Learn R Programming

TeachNet (version 0.7.1)

computeOutput2: 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.