Alexandria  2.16
Please provide a description of the project.
Namespaces | Typedefs | Functions
LearningRestraintFunc.h File Reference
#include <cmath>
#include <functional>
Include dependency graph for LearningRestraintFunc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Euclid
 
 Euclid::SOM
 
 Euclid::SOM::LearningRestraintFunc
 

Typedefs

using Euclid::SOM::LearningRestraintFunc::Signature = std::function< double(std::size_t iteration, std::size_t total_iterations)>
 

Functions

Signature Euclid::SOM::LearningRestraintFunc::linear ()
 
Signature Euclid::SOM::LearningRestraintFunc::exponentialDecay (double initial_rate)