Learn R Programming

darch (version 0.10.0)

getLearnRateWeights: Returns the learn rate of the weights.

Description

Returns the learn rate of the weights.

Usage

getLearnRateWeights(net)

# S4 method for Net getLearnRateWeights(net)

Arguments

net

A instance of the class Net.

See Also

Net