Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
LearningRestraintFunc.h File Reference
#include <ElementsKernel/Export.h>
#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

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

Typedefs

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

Functions

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