Home
last modified time | relevance | path

Searched refs:teaching_vector_type (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/graph/som/
H A Dsom.hpp115 typedef std::vector<SOM_element> teaching_vector_type; typedef
122 extern void find_data_ranges(teaching_vector_type &teaching,
128 DEFINE teaching_vector_type my_teaching;
137 my_map.push_back(teaching_vector_type()); in SOMap()
148 teaching_vector_type &operator[](int indx) { in operator []()
179 void teach(teaching_vector_type &id);
H A Dsom.cpp77 void find_data_ranges(teaching_vector_type &teaching, in find_data_ranges()
179 void SOMap::teach(teaching_vector_type &in) { in teach()
H A Dsom_graph.cpp367 void graph_teach(SOMap &map1, teaching_vector_type &in, oneapi::tbb::task_arena &ta) { in graph_teach()