Alexandria
2.14.1
Please provide a description of the project.
|
Typedefs | |
using | Signature = std::function< double(std::size_t iteration, std::size_t total_iterations)> |
Functions | |
Signature | linear () |
Signature | exponentialDecay (double initial_rate) |
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.
Signature Euclid::SOM::LearningRestraintFunc::exponentialDecay | ( | double | initial_rate | ) |
Definition at line 42 of file LearningRestraintFunc.h.
References std::exp().
Signature Euclid::SOM::LearningRestraintFunc::linear | ( | ) |
Definition at line 36 of file LearningRestraintFunc.h.