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

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

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

Public Member Functions

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

Detailed Description

DeltaVisitor exposes the delta parameter of the given module.

Definition at line 27 of file delta_visitor.hpp.

Member Function Documentation

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

Return the delta parameter.


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