Learn R Programming

LBBNN (version 0.1.2)

assign_within_layer_pos: Function for plotting nodes in the network between two layers.

Description

Takes care of the three possible cases. Both layers have even number of neurons, both layers have odd numbers, or one of each.

Usage

assign_within_layer_pos(N, N_u, input_positions, neuron_spacing)

Value

Positions of the second layer.

Arguments

N

integer, number of neurons in the first layer.

N_u

integer, number of neurons in the second layer.

input_positions

Positions of the neurons in the input layer.

neuron_spacing

How much space between the neurons.