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

DeterministicSetVisitor set the deterministic parameter given the deterministic value. More...

Inheritance diagram for DeterministicSetVisitor:
Inheritance graph
[legend]

Public Member Functions

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

Detailed Description

DeterministicSetVisitor set the deterministic parameter given the deterministic value.

Definition at line 28 of file deterministic_set_visitor.hpp.

Constructor & Destructor Documentation

DeterministicSetVisitor ( const bool  deterministic = true)

Set the deterministic parameter given the current deterministic value.

Member Function Documentation

void operator() ( LayerType *  layer) const

Set the deterministic parameter.

void operator() ( MoreTypes  layer) const

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