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

DeltaVisitor exposes the delta parameter of the given module. More...

#include <delta_visitor.hpp>

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

Public Member Functions

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

Detailed Description

DeltaVisitor exposes the delta parameter of the given module.

Member Function Documentation

◆ operator()()

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

Return the delta parameter.

DeltaVisitor visitor class.


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