Searched refs:SOMap (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/graph/som/ |
| H A D | som.cpp | 104 void SOMap::initialize(InitializeType it, SOM_element &max_range, SOM_element &min_range) { in initialize() 122 double SOMap::BMU_range(const SOM_element &s, int &xval, int &yval, subsquare_type &r) { in BMU_range() 146 void SOMap::epoch_update_range(SOM_element const &s, in epoch_update_range() 179 void SOMap::teach(teaching_vector_type &in) { in teach() 197 void SOMap::debug_output() { in debug_output()
|
| H A D | som_graph.cpp | 84 SOMap &my_map; 89 BMU_search_body(SOMap &_m, subsquare_type &_sq, int &fnt) in BMU_search_body() 136 void build_BMU_graph(SOMap &map1, oneapi::tbb::task_arena &ta) { in build_BMU_graph() 367 void graph_teach(SOMap &map1, teaching_vector_type &in, oneapi::tbb::task_arena &ta) { in graph_teach() 485 SOMap map1(xMax, yMax); in main() 559 SOMap map1(xMax, yMax); in main()
|
| H A D | som.hpp | 130 class SOMap { class 134 SOMap(int xSize, int ySize) { in SOMap() function in SOMap
|