Home
last modified time | relevance | path

Searched refs:group_col (Results 1 – 11 of 11) sorted by relevance

/dports/math/sc-im/sc-im-0.8.2/src/
H A Dsubtotal.c85 int subtotal(int r, int c, int rf, int cf, int group_col, char * operation, int ope_col, int replac… in subtotal() argument
87 if (ope_col < c || ope_col > cf || group_col < c || group_col > cf) return -1; in subtotal()
97 p = *ATBL(tbl, r + headers_in_first_row, group_col); in subtotal()
98 swprintf(cline, BUFFERSIZE, L"+$%s", coltoa(group_col)); in subtotal()
132 p = *ATBL(tbl, i-1, group_col); in subtotal()
133 q = *ATBL(tbl, i, group_col); in subtotal()
142 …swprintf(cmd, BUFFERSIZE, L"rightstring %s%d = \"+%s(%s)\"", coltoa(group_col), i, operation, p->l… in subtotal()
H A Dsubtotal.h45 int subtotal(int r, int c, int rf, int cf, int group_col, char * operation, int ope_col, int replac…
/dports/biology/py-orange3-single-cell/orange3-single-cell-0.8.2/orangecontrib/single_cell/preprocess/
H A Dscpreprocess.py82 group_col = data.get_column_view(self.group_var)[0]
83 group_col = group_col.astype("int64")
85 new_data.X = self.normalize(data.X, group_col)
88 def normalize(self, table, group_col): argument
89 group_sums = np.bincount(group_col, np.nansum(table, axis=1))
91 group_sums_row = np.zeros_like(group_col)
94 for value, group_sum in zip(np.unique(group_col), group_sums):
95 mask = group_col == value
/dports/devel/aegis/aegis-4.25.D510/aels/
H A Dlist.cc56 static output::pointer group_col; variable
486 if (group_col) in list_file()
490 group_col->fputs(gr->gr_name); in list_file()
492 group_col->fprintf("%d", (int)st.st_gid); in list_file()
621 group_col = in list()
681 group_col.reset(); in list()
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Helper/
H A DContentHelper.php92 $recid_col = $db->quoteName('ct.' . $config->group_col);
102 $recid_col = $db->quoteName('c.' . $config->group_col);
/dports/www/py-django-extensions/django-extensions-3.0.5/tests/management/commands/shell_plus_tests/
H A Dtest_collision_resolver.py63 …def _assert_models_present_under_names(self, group, group_col, name, name_col, note, note_col, sys… argument
67 self.assert_imported_under_names(Group_Col, group_col)
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/
H A Dowboxplot.py389 groups = (col[group_col == i] for i in range(n_groups))
406 group_col = data.get_column_view(group_var)[0] if \
424 group_col = data.get_column_view(group)[0].astype(float)
425 groups = (attr_col[group_col == i]
H A Dowviolinplot.py979 groups = (col[group_col == i] for i in range(n_groups))
992 group_col = self.data.get_column_view(group_var)[0].astype(float)
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/groupby/
H A Dtest_function.py947 group_col = pd.MultiIndex(
951 group = DataFrame(group.values, columns=group_col, index=group.index)
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/apply/
H A Dtest_frame_apply.py1369 def func(group_col): argument
1370 return list(group_col.dropna().unique())
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_CreateDO.c11204 gain = 1.0, constcol[4], edgeconst=1.0, group_col[4], in SUMA_DrawGSegmentDO() local
12055 group_col[0] = GNr[n]/dimmer; in SUMA_DrawGSegmentDO()
12056 group_col[1] = GNg[n]/dimmer; in SUMA_DrawGSegmentDO()
12057 group_col[2] = GNb[n]/dimmer; in SUMA_DrawGSegmentDO()
12058 group_col[3] = 1.0; in SUMA_DrawGSegmentDO()
12061 group_col[0], group_col[1], group_col[2]); in SUMA_DrawGSegmentDO()
12063 SUMA_a_good_col("ROI_i256", GNG[n], group_col); in SUMA_DrawGSegmentDO()
12065 group_col[0] /= dimmer; in SUMA_DrawGSegmentDO()
12066 group_col[1] /= dimmer; in SUMA_DrawGSegmentDO()
12067 group_col[2] /= dimmer; in SUMA_DrawGSegmentDO()
[all …]