Learn R Programming

spartan (version 3.0.2)

selectSuitableStructure: Selects the most suitable neural network structure from the potentials made

Description

The user will provide a list of neural network objects to assess. These will be assessed on their performance by mean squared error. This method simply selects the most suitable structure (where MSE is lowest)

Usage

selectSuitableStructure(network_errors)

Arguments

network_errors

MSE obtained for each measure for all neural network layer structures examined

Value

Lowest error network structure