Alexandria  2.14.1
Please provide a description of the project.
Namespaces | Typedefs | Functions
NeighborhoodFunc.h File Reference
#include <functional>
#include <cmath>
Include dependency graph for NeighborhoodFunc.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::NeighborhoodFunc
 

Typedefs

using Euclid::SOM::NeighborhoodFunc::Signature = std::function< double(std::pair< std::size_t, std::size_t > bmu, std::pair< std::size_t, std::size_t > cell, std::size_t iteration, std::size_t total_iterations)>
 

Functions

Signature Euclid::SOM::NeighborhoodFunc::linearUnitDisk (double initial_radius)
 
Signature Euclid::SOM::NeighborhoodFunc::kohonen (std::size_t x_size, std::size_t y_size, double sigma_cutoff_mult=1.)