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

ResetVisitor executes the Reset() function. More...

#include <reset_visitor.hpp>

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

Public Member Functions

template<typename LayerType >
void operator() (LayerType *layer) const
 Execute the Reset() function. More...
 
void operator() (MoreTypes layer) const
 

Detailed Description

ResetVisitor executes the Reset() function.

Member Function Documentation

◆ operator()()

template<typename LayerType >
void mlpack::ann::ResetVisitor::operator() ( LayerType *  layer) const
inline

Execute the Reset() function.

ResetVisitor visitor class.


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