Lines Matching refs:radius
217 double const &radius, in find_subrange_overlap() argument
222 xlow = int((xval - radius) / xsize); in find_subrange_overlap()
223 xhigh = int((xval + radius) / xsize); in find_subrange_overlap()
224 ylow = int((yval - radius) / ysize); in find_subrange_overlap()
225 yhigh = int((yval + radius) / ysize); in find_subrange_overlap()
254 void cancel_submaps(int &xval, int &yval, double &radius, int indx) { in cancel_submaps() argument
259 find_subrange_overlap(xval, yval, radius, xlow, xhigh, ylow, yhigh); in cancel_submaps()
270 void restart_submaps(int &xval, int &yval, double &radius, int indx, SOM_element &vector) { in restart_submaps() argument
275 find_subrange_overlap(xval, yval, radius, xlow, xhigh, ylow, yhigh); in restart_submaps()
408 double radius = max_radius * exp(-(double)epoch * radius_decay_rate); in graph_teach() local
413 std::get<XV>(min_sr), std::get<YV>(min_sr), radius, (epoch + 1) % SPECULATION_CNT); in graph_teach()
417 in[j], epoch, std::get<1>(min_sr), std::get<2>(min_sr), radius, learning_rate); in graph_teach()
425 radius, in graph_teach()
431 std::get<RADIUS>(last_update) = radius; // not smallest value, but range of effect in graph_teach()