Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

darch (version 0.10.0)

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
"setGenWeightFunction"(net) <- value

Arguments

net
A instance of the class Net.
value
Object of the class function.

See Also

Net