|
Alexandria
2.16
Please provide a description of the project.
|
Typedefs | |
| using | Signature = std::function< double()> |
Functions | |
| Signature | normalDistribution (double sigma, double mu) |
| Signature | uniformRandom (double min, double max) |
Variables | |
| Signature | zero |
| using Euclid::SOM::InitFunc::Signature = typedef std::function<double()> |
Definition at line 36 of file InitFunc.h.
| Signature Euclid::SOM::InitFunc::normalDistribution | ( | double | sigma, |
| double | mu | ||
| ) |
Definition at line 42 of file InitFunc.h.
| Signature Euclid::SOM::InitFunc::uniformRandom | ( | double | min, |
| double | max | ||
| ) |
Definition at line 51 of file InitFunc.h.
| Signature Euclid::SOM::InitFunc::zero |
Definition at line 38 of file InitFunc.h.
1.8.14