Home
last modified time | relevance | path

Searched refs:clabels (Results 1 – 25 of 55) sorted by relevance

123

/dports/math/octave-forge-econometrics/econometrics-1.1.2/inst/
H A Dprettyprint_c.m17 function prettyprint_c(mat, clabels)
22 clabels = [" ";clabels]; # pad to 8 characters wide variable
23 clabels = strjust(clabels,"right"); variable
27 printf("%s ",clabels(i+1,:));
H A Dprettyprint.m18 function prettyprint(mat, rlabels, clabels)
28 clabels = [" ";clabels]; # pad to 8 characters wide variable
29 clabels = strjust(clabels,"right"); variable
33 printf("%s ",clabels(i+1,:));
H A Dgmm_results.m89 clabels = char("Value","df","p-value"); variable
92 prettyprint(a, junk, clabels);
99 clabels = char("estimate", "st. err", "t-stat", "p-value"); variable
101 prettyprint(a, names, clabels);
H A Dmle_results.m71 clabels = char("estimate", "st. err", "t-stat", "p-value"); variable
74 if names !=0 prettyprint(a, names, clabels);
75 else prettyprint_c(a, clabels);
/dports/math/R-cran-LearnBayes/LearnBayes/demo/
H A DChapter.10.4.R10 clabels = c("16-18", "19-21", "22-24", "25-27", "28-30") vector
12 dimnames(gpa) = list(HSR = rlabels, ACTC = clabels)
16 dimnames(samplesizes) = list(HSR = rlabels, ACTC = clabels)
32 dimnames(postmeans)=list(HSR=rlabels,ACTC=clabels)
43 dimnames(postsds)=list(HSR=rlabels,ACTC=clabels)
83 dimnames(prob.success)=list(HSR=rlabels,ACTC=clabels)
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_wx.py60 def __init__(self, mat, title='', rlabels=[], rind=0, clabels=[], argument
63 self.grid = MatGrid(self, mat, rlabels, rind, clabels, corr_colors)
67 clabels=[], corr_colors=0): argument
101 if clabels:
102 lmax = max([len(name) for name in clabels])
106 for c in range(len(clabels)):
107 self.SetColLabelValue(c, clabels[c])
H A Dgui_xmat.py1134 def __init__(self, mat, title='', rlabels=[], rind=0, clabels=[], argument
1137 self.grid = MatGrid(self, mat, rlabels, rind, clabels, corr_colors)
1141 clabels=[], corr_colors=0): argument
1175 if clabels:
1176 lmax = max([len(name) for name in clabels])
1180 for c in range(len(clabels)):
1181 self.SetColLabelValue(c, clabels[c])
/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/src/
H A Dvisual.cc54 …teBoundedVisual(BigObject fan, const Matrix<Rational> &bbFacets, const Array<std::string> &clabels) in computeBoundedVisual() argument
64 bool use_labels = clabels.size() > 0; in computeBoundedVisual()
105 if (mc < clabels.size()) wlabel << clabels[mc]; in computeBoundedVisual()
/dports/math/parmetis/parmetis-4.0.3/metis/GKlib/test/
H A Dfis.c22 char **clabels; member
126 params->clabels = (char **)gk_malloc(mat->ncols*sizeof(char *), "main: clabels"); in main()
130 params->clabels[i] = gk_strdup(line); in main()
138 params->clabels[i] = gk_strdup(gk_strtprune(line, " \n\t")); in main()
280 printf(" %s", params->clabels[itemids[i]]); in print_an_itemset()
/dports/math/py-PyMetis/PyMetis-2020.1/src/metis/GKlib/test/
H A Dfis.c22 char **clabels; member
126 params->clabels = (char **)gk_malloc(mat->ncols*sizeof(char *), "main: clabels"); in main()
130 params->clabels[i] = gk_strdup(line); in main()
138 params->clabels[i] = gk_strdup(gk_strtprune(line, " \n\t")); in main()
280 printf(" %s", params->clabels[itemids[i]]); in print_an_itemset()
/dports/math/libmesh/libmesh-1.6.2/contrib/metis/GKlib/test/
H A Dfis.c22 char **clabels; member
126 params->clabels = (char **)gk_malloc(mat->ncols*sizeof(char *), "main: clabels"); in main()
130 params->clabels[i] = gk_strdup(line); in main()
138 params->clabels[i] = gk_strdup(gk_strtprune(line, " \n\t")); in main()
280 printf(" %s", params->clabels[itemids[i]]); in print_an_itemset()
/dports/math/metis/metis-5.1.0/GKlib/test/
H A Dfis.c22 char **clabels; member
126 params->clabels = (char **)gk_malloc(mat->ncols*sizeof(char *), "main: clabels"); in main()
130 params->clabels[i] = gk_strdup(line); in main()
138 params->clabels[i] = gk_strdup(gk_strtprune(line, " \n\t")); in main()
280 printf(" %s", params->clabels[itemids[i]]); in print_an_itemset()
/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/rules/
H A Dvisual.rules100 my $clabels = delete($decor->{ConeLabels});
101 my $haveConeLabels = defined($clabels)
104 $clabels //= produce_labels( $showWeights ? $this->WEIGHTS : new Vector<Integer>(),
114 my @result = computeBoundedVisual($this->affine_chart($chart), $boundingFacets, $clabels);
154 my @clabels = ();
164 push @clabels, $str;
166 return new Array<String>(\@clabels);
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/vector_ar/
H A Doutput.py208 def pprint_matrix(values, rlabels, clabels, col_space=None): argument
211 T, K = len(rlabels), len(clabels)
215 col_space = [max(len(str(c)) + 2, min_space) for c in clabels]
223 for j, h in enumerate(clabels):
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Label/
H A DLabelListUpdater.php52 $clabels = $this->labelRepository->getByArtist((int) $artistId);
56 foreach ($clabels as $clid => $clv) {
/dports/astro/py-metpy/MetPy-1.1.0/tutorials/
H A Ddeclarative_tutorial.py127 cntr2.clabels = True
202 cntr2.clabels = True
/dports/math/py-pandas/pandas-1.2.5/pandas/io/formats/
H A Dstyle.py286 clabels = self.data.columns.tolist()
291 clabels = [[x] for x in clabels]
292 clabels = list(zip(*clabels))
326 if clabels:
327 for c, value in enumerate(clabels[r]):
367 * (len(clabels[0]) - len(hidden_columns))
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/phy_tree/
H A Ddist_methods.cpp450 char **clabels = new char*[dist_mat.GetRows()]; in FastMeTree() local
455 clabels[i] = const_cast<char *>(dummy_labels[i].c_str()); in FastMeTree()
459 fastme::fastme_run(dfme, dist_mat.GetRows(), clabels, in FastMeTree()
462 delete [] clabels; in FastMeTree()
/dports/science/afni/afni-AFNI_21.3.16/src/avovk/
H A Dthd_segtools_fNM.h61 char *clabels[500]; /* overkill */ member
/dports/science/smoldyn/smoldyn-2.67/source/BioNetGen/Perl2/
H A DSpeciesGraph.pm3043 my @clabels = (); # list of component labels
3050 { push @clabels, '%' . $comp->Label; }
3052 { push @clabels, $comp->Name; }
3064 $mlabel .= '_' . join( '_', sort @clabels ) . '_';
3075 for ( my $ic = 0 ; $ic < @clabels ; $ic++ )
3088 my $clabel = $clabels[$ic];
/dports/math/R-cran-VGAM/VGAM/man/
H A Dplotrcim0.Rd87 %\item{rlabels, clabels}{
88 % rlabels = FALSE, clabels = FALSE,
/dports/astro/py-metpy/MetPy-1.1.0/tests/plots/
H A Dtest_declarative.py166 contour.clabels = True
197 contour.clabels = True
561 contour.clabels = True
1306 contour.clabels = True
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/metrics/
H A Dprometheus.go1929 clabels := make([]string, len(rawLabels), len(rawLabels)+len(metric.Labels))
1931 copy(clabels, labels)
1934 clabels = append(clabels, sanitizeLabelName("app_"+label))
1937 desc := prometheus.NewDesc(metricLabel, "Custom application metric.", clabels, nil)
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajseq.c6913 AJCNEW0(ret->clabels, numbases); in ajSeqcvtNewStr()
6916 ret->clabels[i] = ajStrNew(); in ajSeqcvtNewStr()
6919 ajStrAssignS(&ret->clabels[i], basearray[i]); in ajSeqcvtNewStr()
6984 AJCNEW0(ret->clabels, numbases); in ajSeqcvtNewStrAsym()
6987 ret->clabels[i] = ajStrNew(); in ajSeqcvtNewStrAsym()
6990 ajStrAssignS(&ret->clabels[i], basearray[i]); in ajSeqcvtNewStrAsym()
7057 if((*Pcvt)->clabels) in ajSeqcvtDel()
7060 ajStrDel(&(*Pcvt)->clabels[i]); in ajSeqcvtDel()
7062 AJFREE((*Pcvt)->clabels); in ajSeqcvtDel()
7173 if(ajStrMatchS(str, cvt->clabels[i])) in ajSeqcvtGetCodeAsymS()
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/plots/
H A Ddeclarative.py1157 clabels = Bool(default_value=False) variable in ContourTraits
1158 clabels.__doc__ = """A boolean (True/False) on whether to plot contour labels.
1307 if self.clabels:

123