This function creates a layered network in the given
SnnsR object. This is an SnnsR low-level function. You
may want to have a look at SnnsR-class to
find out how to properly use it.
Usage
## S3 method for class 'SnnsR':
createNet(unitsPerLayer,
fullyConnectedFeedForward = TRUE, iNames = NULL, oNames
= NULL)
Arguments
unitsPerLayer
a vector of integers that represents
the number of units in each layer, including input and
output layer
fullyConnectedFeedForward
if TRUE, the
network is fully connected as a feed-forward network. If
FALSE, no connections are created