Alexandria  2.16
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
Euclid::SOM::LearningRestraintFunc Namespace Reference

Typedefs

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

Functions

Signature linear ()
 
Signature exponentialDecay (double initial_rate)
 

Typedef Documentation

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

Definition at line 34 of file LearningRestraintFunc.h.

Function Documentation

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

Definition at line 42 of file LearningRestraintFunc.h.

References std::exp().

Here is the call graph for this function:

Signature Euclid::SOM::LearningRestraintFunc::linear ( )

Definition at line 36 of file LearningRestraintFunc.h.