mlpack
Public Member Functions | List of all members
mlpack::ann::ParametersSetVisitor Class Reference

ParametersSetVisitor update the parameters set using the given matrix. More...

#include <parameters_set_visitor.hpp>

Inheritance diagram for mlpack::ann::ParametersSetVisitor:
Inheritance graph
[legend]
Collaboration diagram for mlpack::ann::ParametersSetVisitor:
Collaboration graph
[legend]

Public Member Functions

 ParametersSetVisitor (arma::mat &parameters)
 Update the parameters set given the parameters matrix. More...
 
template<typename LayerType >
void operator() (LayerType *layer) const
 Update the parameters set.
 
void operator() (MoreTypes layer) const
 

Detailed Description

ParametersSetVisitor update the parameters set using the given matrix.

Constructor & Destructor Documentation

◆ ParametersSetVisitor()

mlpack::ann::ParametersSetVisitor::ParametersSetVisitor ( arma::mat &  parameters)
inline

Update the parameters set given the parameters matrix.

ParametersSetVisitor visitor class.


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