Home
last modified time | relevance | path

Searched refs:closeness (Results 26 – 50 of 649) sorted by relevance

12345678910>>...26

/dports/databases/grass7/grass-7.8.6/vector/v.generalize/
H A Dnetwork.c84 int *closeness, *queue, *internal, *paths, *comp, *dist; in graph_generalization() local
150 closeness = (int *)G_calloc(g.vertices, sizeof(int)); in graph_generalization()
177 closeness[i] = 0; in graph_generalization()
199 closeness[i] += dist[to]; in graph_generalization()
247 (comp[i] - 1.0) / closeness[i] >= closeness_thresh && in graph_generalization()
258 G_free(closeness); in graph_generalization()
/dports/math/R-cran-igraph/igraph/tests/testthat/
H A Dtest_closeness.R18 clo <- closeness(kite) * (vcount(kite)-1)
24 clo2 <- closeness(kite, normalized=TRUE)
44 c1 <- closeness(kite, normalized=TRUE)
/dports/math/R-cran-igraph/igraph/man/
H A Dcentr_clo.Rd5 \alias{centralization.closeness}
6 \title{Centralize a graph according to the closeness of vertices}
14 \code{closeness}.}
/dports/biology/mothur/mothur-1.46.1/TestMothur/fakes/
H A Dfakeoptimatrix.cpp22 closeness.resize(90); in FakeOptiMatrix()
31 … for (int j = 0; j < 10; j++) { if ((j+count) != *it) { closeness[j+count].insert(*it); } } in FakeOptiMatrix()
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpnmcrop.c81 float closeness; member
135 OPTENT3(0, "closeness", OPT_FLOAT, &cmdlineP->closeness, in parseCommandLine()
257 cmdlineP->closeness = 0.0; in parseCommandLine()
259 if (cmdlineP->closeness < 0.0) in parseCommandLine()
262 if (cmdlineP->closeness > 100.0) in parseCommandLine()
264 cmdlineP->closeness); in parseCommandLine()
520 double const closeness, in findBordersInImage() argument
603 double const closeness, in analyzeImage() argument
744 float const closeness) { in reportFull() argument
752 closeness); in reportFull()
[all …]
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dfill.c137 double in_line, closeness; in simulate_flood_fill_outside_check() local
303 closeness = colors_close(canvas, px_colr, old_colr); in simulate_flood_fill_outside_check()
306 closeness < COLOR_MATCH_NARROW || in simulate_flood_fill_outside_check()
307 (closeness < COLOR_MATCH_WIDE && y_outside < WIDE_MATCH_THRESHOLD) in simulate_flood_fill_outside_check()
315 closeness = colors_close(canvas, px_colr, old_colr); in simulate_flood_fill_outside_check()
318 closeness < COLOR_MATCH_NARROW || in simulate_flood_fill_outside_check()
319 (closeness < COLOR_MATCH_WIDE && y_outside < WIDE_MATCH_THRESHOLD) in simulate_flood_fill_outside_check()
/dports/games/scorched3d/scorched/src/common/placement/
H A DPlacementTankPosition.cpp107 fixed closeness = MAX(tankCloseness/2, thisTarget->getBorder()); in tankTargetCloseness() local
108 if ((tankPos - thisTarget->getLife().getTargetPosition()).Magnitude() < closeness) in tankTargetCloseness()
257 fixed closeness = (tankCloseness * fixed(i)) / fixed(maxIt); in placeTank() local
258 if (!tankTargetCloseness(context, playerId, tankPos, closeness)) in placeTank()
/dports/graphics/netpbm/netpbm-10.91.01/test/
H A Dppmchange.test44 -closeness=25 ${rainbow_ppm} | cksum
50 -remainder=black -closeness=25 ${rainbow_ppm} | tee ${changed_ppm} | cksum
/dports/games/trenchbroom/TrenchBroom-ed46601/app/resources/shader/
H A DUVView.fragsh37 // Returns a measure for the closeness of the given coord from the next grid line, where 1 means th…
39 float closeness(float coord, float gridSize) {
49 float minorCloseness = closeness(coord, minorGridSize);
50 float majorCloseness = closeness(coord, majorGridSize);
/dports/games/xpat2/xpat2-1.07/src/
H A DXm-pixmap.c94 xpm_attributes.closeness = 40000; in init_icon_pixmap()
136 xpm_attributes.closeness = 40000; in init_helpabout_pixmaps()
184 xpm_attributes.closeness = 40000; in init_toolbar_pixmaps()
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/centrality/
H A Dgroup.py624 closeness = 0 # initialize to 0
632 closeness += shortest_path_lengths[v]
634 closeness += 0
636 closeness = len(V_S) / closeness
638 closeness = 0
639 return closeness
H A D__init__.py3 from .closeness import *
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Doptidata.hpp36 long long getNumSeqs() { return closeness.size(); } in getNumSeqs()
73 vector< set<long long> > closeness; //closeness[0] contains indexes of seqs "close" to seq 0. member in OptiData
H A Doptiblastmatrix.cpp275 closeness.resize(nonSingletonCount); in readBlast()
411 closeness[newA].insert(newB); in readBlast()
412 closeness[newB].insert(newA); in readBlast()
483 closeness[newA].insert(newB); in readBlast()
484 closeness[newB].insert(newA); in readBlast()
/dports/x11/xballoon/xballoon-1.0/
H A Dgraphic.c32 attributes.closeness = 40000; in MakePixmapFromFile()
47 attributes.closeness = 40000; in MakePixmapFromData()
/dports/x11-clocks/asclock-xlib/asclock-xlib/
H A Dasclock.c282 asclock.attributes.closeness = 40000; /* Allow for "similar" colors */ in GetXPM()
298 visible.attributes.closeness = 40000; /* Allow for "similar" colors */ in GetXPM()
314 led.attributes.closeness = 40000; /* Allow for "similar" colors */ in GetXPM()
333 month.attributes.closeness = 40000; /* Allow for "similar" colors */ in GetXPM()
352 date.attributes.closeness = 40000; /* Allow for "similar" colors */ in GetXPM()
371 weekday.attributes.closeness = 40000; /* Allow for "similar" colors */ in GetXPM()
390 beats.attributes.closeness = 40000; /* Allow for "similar" colors */ in GetXPM()
/dports/games/xscrabble/xscrabble-2.12/src/
H A Dxutils.c41 attr.closeness = CLOSENESS; in load_file_pixmap()
67 attr.closeness = CLOSENESS; in load_data_pixmap()
/dports/math/R-cran-igraph/igraph/demo/
H A Dcentrality.R58 V(g)$label <- paste(sep="\n", V(g)$name, round(closeness(g), 2))
78 `Closeness`=closeness(g),
/dports/devel/py-sentry-sdk/sentry-sdk-1.4.3/sentry_sdk/integrations/
H A Dpure_eval.py106 def closeness(expression): function
134 expressions.sort(key=closeness, reverse=True)
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/tests/unit_tests/Solvers/ODE/
H A DLSodar.tst35 // Verifying closeness of the results
62 // Verifying closeness of the results
/dports/math/calc/calc-2.14.0.14/cal/
H A Dlambertw.cal170 local closeness;
242 closeness = abs(z-branchpoint);
243 if( closeness< 1){
244 if(closeness != 0)
245 eps = epsilon(epsilon()*( closeness));
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dtmx_alignment.cc38 double closeness( double twoSentenceLength, double oneSentenceLength ) in closeness() function
116 lengthFitness = closeness(huLength[huPos-1], enLength[enPos-1]); in buildDynProgMatrix()
132 … lengthFitness = closeness(huLength[huPos-2]+huLength[huPos-1]+dotLength, enLength[enPos-1]); in buildDynProgMatrix()
146 … lengthFitness = closeness(enLength[enPos-2]+enLength[enPos-1]+dotLength, huLength[huPos-1]); in buildDynProgMatrix()
/dports/astro/oskar/OSKAR-2.8.0/oskar/telescope/station/element/
H A Doskar_element_load_scalar.h68 double freq_hz, const char* filename, double closeness,
H A Doskar_element_load_cst.h80 double closeness, double closeness_inc, int ignore_at_poles,
/dports/graphics/netpbm/netpbm-10.91.01/man/
H A Dppmchange.117 [\fB-closeness=\fP\fIcloseness_percent\fP]
31 \fBppmchange -closeness=10 white white black black\fP
51 you specify get replaced by specifying a "closeness" factor.
87 \fB-closeness \fP\fIcloseness_percent\fP

12345678910>>...26