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

This class is used to initialize weights for the weightVectors matrix in a random manner. More...

#include <random_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 weights for the weightVectors matrix in a random manner.


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