Alexandria  2.19
Please provide a description of the project.
Namespaces | Typedefs | Functions | Variables
InitFunc.h File Reference
#include <functional>
#include <random>
#include <vector>
Include dependency graph for InitFunc.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::InitFunc
 

Typedefs

using Euclid::SOM::InitFunc::Signature = std::function< double()>
 

Functions

Signature Euclid::SOM::InitFunc::normalDistribution (double sigma, double mu)
 
Signature Euclid::SOM::InitFunc::uniformRandom (double min, double max)
 

Variables

Signature Euclid::SOM::InitFunc::zero = []() { return 0; }