This class is used to initialize weights for the weightVectors matrix in a random manner.
More...
|
static void | Initialize (arma::mat &W, const size_t row, const size_t col) |
|
This class is used to initialize weights for the weightVectors matrix in a random manner.
Definition at line 34 of file random_init.hpp.
mlpack::perceptron::RandomInitialization::RandomInitialization |
( |
| ) |
|
|
inline |
static void mlpack::perceptron::RandomInitialization::Initialize |
( |
arma::mat & |
W, |
|
|
const size_t |
row, |
|
|
const size_t |
col |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: