Learn R Programming

RSNNS (version 0.3-1)

SnnsRObject$initializeNet: Initialize the network.

Description

Initialize the network.

Usage

## S3 method for class 'SnnsR':
initializeNet(parameterInArray, initFunc)

Arguments

parameterInArray
the parameters of the initialization function
initFunc
the name of the initialization function

Details

This function masks the SNNS kernel function of the same name to allow for both giving the initialization function directly in the call or to use the one that is currently set.