getGenWeightFunction: Returns the function for generating weight matrices.
Description
Returns the function for generating weight matrices.Usage
getGenWeightFunction(net)## S3 method for class 'Net':
getGenWeightFunction(net)
Arguments
net
A instance of the class Net
.