ParametersSetVisitor Class Reference

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

Inheritance diagram for ParametersSetVisitor:

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. More...

 
void operator() (MoreTypes layer) const
 

Detailed Description

ParametersSetVisitor update the parameters set using the given matrix.

Definition at line 27 of file parameters_set_visitor.hpp.

Constructor & Destructor Documentation

◆ ParametersSetVisitor()

ParametersSetVisitor ( arma::mat &  parameters)

Update the parameters set given the parameters matrix.

Member Function Documentation

◆ operator()() [1/2]

void operator() ( LayerType *  layer) const

Update the parameters set.

◆ operator()() [2/2]

void operator() ( MoreTypes  layer) const

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