Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dkohonen.h41 int allsamples, drawn_samples, csample, bestsample, max_group_here; member
43 neuron() { drawn_samples = allsamples = bestsample = 0; max_group_here = max_group; debug = 0; } in neuron()
H A Dkohonen.cpp171 n.bestsample = -1; in coloring()
174 if(diff < bdiff) bdiff = diff, n.bestsample = p.second; in coloring()
180 if(net[i].bestsample >= 0) in coloring()
181 … part(net[i].where->landparam_color, pid) = part(vdata[net[i].bestsample].cp.color1, pid+1); in coloring()
767 showsample(n.bestsample); in showbestsamples()
1213 for(int i=0; i<cells; i++) net[i].bestsample = -1; in do_classify()
1217 if(diff < bdiffn[n]) bdiffn[n] = diff, net[n].bestsample = s; in do_classify()
1344 if(net[n].bestsample >= 0) in klistsamples()
1345 klistsample(net[n].bestsample, n); in klistsamples()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Drecogident.c976 l_int32 i, j, n, bestindex, bestsample, area1, area2; in recogIdentifyPix() local
1013 bestindex = bestsample = bestdelx = bestdely = bestwidth = 0; in recogIdentifyPix()
1062 bestsample = j; in recogIdentifyPix()
1081 recog->rch = rchCreate(bestindex, maxscore, text, bestsample, in recogIdentifyPix()
1091 procName, text, bestsample, bestindex, maxscore); in recogIdentifyPix()
1096 pix2 = pixaaGetPix(recog->pixaa, bestindex, bestsample, L_CLONE); in recogIdentifyPix()