SOMHunter Core
som.h File Reference
#include <random>
#include <vector>
Include dependency graph for som.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 sh
 

Functions

void sh::fit_SOM (size_t, size_t k, size_t dim, size_t niter, const std::vector< float > &points, std::vector< float > &koho, const std::vector< float > &nhbrdist, const float alphasA[2], const float radiiA[2], const float alphasB[2], const float radiiB[2], const std::vector< float > &scores, const std::vector< bool > &, std::mt19937 &rng)
 
void sh::map_points_to_kohos (size_t start, size_t end, size_t k, size_t dim, const std::vector< float > &points, const std::vector< float > &koho, std::vector< size_t > &mapping, const std::vector< bool > &present_mask)