setLearnRateWeights<-: Sets the learning rate for the weights.
Description
Sets the learning rate for the weights.
Usage
setLearnRateWeights(net) <- value# S4 method for Net
setLearnRateWeights(net) <- value
Arguments
net
A instance of the class Net
.
value
Object of the class numeric
.