Home
last modified time | relevance | path

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

/oneTBB/examples/graph/som/
H A Dsom_graph.cpp250 std::get<XV>(sr), std::get<YV>(sr), std::get<RADIUS>(sr), xlow, xhigh, ylow, yhigh); in overlap()
302 int y = std::get<YV>(sr) / ysize; in graph_BMU()
328 std::get<YV>(sr) < std::get<YV>(min_sr))) { in graph_BMU()
413 std::get<XV>(min_sr), std::get<YV>(min_sr), radius, (epoch + 1) % SPECULATION_CNT); in graph_teach()
H A Dsom.cpp64 out << std::get<YV>(s); in operator <<()
70 printf("<%g,%d,%d>", std::get<RADIUS>(s), std::get<XV>(s), std::get<YV>(s)); in remark_search_result_type()
H A Dsom.hpp43 #define YV 2 macro