addLayer(darch, weights, biases, unitFunction)## S3 method for class 'DArch':
addLayer(darch, weights, biases, unitFunction)
DArch
.DArch
, sigmoidUnit
,
binSigmoidUnit
,
sigmoidUnitDerivative
,
linearUnit
,
linearUnitDerivative
,
softmaxUnit
,
softmaxUnitDerivative
,