SYNOPSIS
Public Member Functions
ZeroInitialization ()
Static Public Member Functions
static void Initialize (arma::mat &W, const size_t row, const size_t col)
Detailed Description
This class is used to initialize the matrix weightVectors to zero.
Definition at line 33 of file zero_init.hpp.
Constructor & Destructor Documentation
mlpack::perceptron::ZeroInitialization::ZeroInitialization () [inline]
Definition at line 36 of file zero_init.hpp.
Member Function Documentation
static void mlpack::perceptron::ZeroInitialization::Initialize (arma::mat &W, const size_trow, const size_tcol) [inline], [static]
Definition at line 38 of file zero_init.hpp.
Author
Generated automatically by Doxygen for MLPACK from the source code.