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

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

#include <deterministic_set_visitor.hpp>

Inheritance diagram for mlpack::ann::DeterministicSetVisitor:
Inheritance graph
[legend]
Collaboration diagram for mlpack::ann::DeterministicSetVisitor:
Collaboration 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.
 
void operator() (MoreTypes layer) const
 

Detailed Description

DeterministicSetVisitor set the deterministic parameter given the deterministic value.

Constructor & Destructor Documentation

◆ DeterministicSetVisitor()

mlpack::ann::DeterministicSetVisitor::DeterministicSetVisitor ( const bool  deterministic = true)
inline

Set the deterministic parameter given the current deterministic value.

DeterministicSetVisitor visitor class.


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