mlpack
Static Public Member Functions | List of all members
mlpack::perceptron::ZeroInitialization Class Reference

This class is used to initialize the matrix weightVectors to zero. More...

#include <zero_init.hpp>

Static Public Member Functions

static void Initialize (arma::mat &weights, arma::vec &biases, const size_t numFeatures, const size_t numClasses)
 

Detailed Description

This class is used to initialize the matrix weightVectors to zero.


The documentation for this class was generated from the following file: