Learn R Programming

darch (version 0.9.1)

getLearnRateWeights: Returns the learn rate of the weights.

Description

Returns the learn rate of the weights.

Usage

getLearnRateWeights(net)

## S3 method for class 'Net': getLearnRateWeights(net)

Arguments

net
A instance of the class Net.

See Also

Net