cadence.initialize {CaDENCE} | R Documentation |
Initialize a CDEN weight vector
Description
Random initialization of the weight vector used during fitting of the CDEN model.
Usage
cadence.initialize(x, n.hidden, init.range, distribution)
Arguments
x |
matrix with number of rows equal to the number of samples and number of columns equal to the number of predictors. |
number of hidden nodes in the CDEN model. | |
init.range |
range for random weights on [ |
distribution |
list used to specify the predictand distribution |
[Package CaDENCE version 1.2.5 Index]