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

RunSetVisitor set the run parameter given the run value. More...

#include <run_set_visitor.hpp>

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

Public Member Functions

 RunSetVisitor (const bool run=true)
 Set the run parameter given the current run value. More...
 
template<typename LayerType >
void operator() (LayerType *layer) const
 Set the run parameter.
 
void operator() (MoreTypes layer) const
 

Detailed Description

RunSetVisitor set the run parameter given the run value.

Constructor & Destructor Documentation

◆ RunSetVisitor()

mlpack::ann::RunSetVisitor::RunSetVisitor ( const bool  run = true)
inline

Set the run parameter given the current run value.

RunSetVisitor visitor class.


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