setGenWeightFunction<-: Sets the function for generating weight matrices.
Description
The function have to return a matrix with number of units in the lower layer
as number of rows and number of units in the upper layer as the number of
columns.
Usage
setGenWeightFunction(net) <- value# S4 method for Net
setGenWeightFunction(net) <- value
Arguments
net
A instance of the class Net
.
value
Object of the class function
.