mlpack 3.4.2
Public Member Functions | List of all members
OutputParameterVisitor Class Reference

OutputParameterVisitor exposes the output parameter of the given module. More...

#include <output_parameter_visitor.hpp>

Inheritance diagram for OutputParameterVisitor:
Inheritance graph
[legend]

Public Member Functions

template<typename LayerType >
arma::mat & operator() (LayerType *layer) const
 Return the output parameter set. More...
 
arma::mat & operator() (MoreTypes layer) const
 

Detailed Description

OutputParameterVisitor exposes the output parameter of the given module.

Definition at line 27 of file output_parameter_visitor.hpp.

Member Function Documentation

◆ operator()() [1/2]

arma::mat & operator() ( LayerType *  layer) const

Return the output parameter set.

◆ operator()() [2/2]

arma::mat & operator() ( MoreTypes  layer) const

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