mlpack  3.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ResetCellVisitor Class Reference

ResetCellVisitor executes the ResetCell() function. More...

Inheritance diagram for ResetCellVisitor:
Inheritance graph
[legend]

Public Member Functions

 ResetCellVisitor (const size_t size)
 Reset the cell using the given size. More...
 
template<typename LayerType >
void operator() (LayerType *layer) const
 Execute the ResetCell() function. More...
 
void operator() (MoreTypes layer) const
 

Detailed Description

ResetCellVisitor executes the ResetCell() function.

Definition at line 26 of file reset_cell_visitor.hpp.

Constructor & Destructor Documentation

ResetCellVisitor ( const size_t  size)

Reset the cell using the given size.

Member Function Documentation

void operator() ( LayerType *  layer) const

Execute the ResetCell() function.

void operator() ( MoreTypes  layer) const

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