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

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

Inheritance diagram for mlpack::ann::OutputParameterVisitor:
Inheritance graph
[legend]

Public Member Functions

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

Detailed Description

OutputParameterVisitor exposes the output parameter of the given module.

Definition at line 27 of file output_parameter_visitor.hpp.

Member Function Documentation

template<typename LayerType >
arma::mat& mlpack::ann::OutputParameterVisitor::operator() ( LayerType *  layer) const

Return the output parameter set.


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