Home
last modified time | relevance | path

Searched refs:columnLabels (Results 1 – 25 of 115) sorted by relevance

12345

/dports/audio/praat/praat-6.2.03/dwtest/
H A Dpols_50males_format0.Discriminant31 columnLabels []:
46 columnLabels []:
61 columnLabels []:
76 columnLabels []:
91 columnLabels []:
106 columnLabels []:
121 columnLabels []:
136 columnLabels []:
151 columnLabels []:
166 columnLabels []:
[all …]
/dports/audio/praat/praat-6.2.03/test/dwtools/
H A Dpols_50males_format0.Discriminant31 columnLabels []:
46 columnLabels []:
61 columnLabels []:
76 columnLabels []:
91 columnLabels []:
106 columnLabels []:
121 columnLabels []:
136 columnLabels []:
151 columnLabels []:
166 columnLabels []:
[all …]
H A DPols.text.Discriminant32 columnLabels []:
47 columnLabels []:
62 columnLabels []:
77 columnLabels []:
92 columnLabels []:
107 columnLabels []:
122 columnLabels []:
137 columnLabels []:
152 columnLabels []:
167 columnLabels []:
[all …]
H A DnoTotal.Discriminant32 columnLabels []:
47 columnLabels []:
62 columnLabels []:
77 columnLabels []:
92 columnLabels []:
107 columnLabels []:
122 columnLabels []:
137 columnLabels []:
152 columnLabels []:
167 columnLabels []:
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/result/
H A DResultMetaData.java66 public String[] columnLabels;
138 md.columnLabels = new String[colCount];
153 md.columnLabels = new String[colCount];
183 md.columnLabels = columnNames;
219 return columnLabels;
306 columnLabels[i] = in.readString();
319 columnLabels[i] = in.readString();
452 out.writeString(columnLabels[i]);
460 out.writeString(columnLabels[i]);
482 out.writeString(columnLabels[i]);
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/get/
H A Dhumanreadable_flags.go83 columnLabels := []string{}
85 columnLabels = *f.ColumnLabels
94 ColumnLabels: columnLabels,
126 columnLabels := []string{}
131 ColumnLabels: &columnLabels,
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/get/
H A Dhumanreadable_flags.go83 columnLabels := []string{}
85 columnLabels = *f.ColumnLabels
94 ColumnLabels: columnLabels,
126 columnLabels := []string{}
131 ColumnLabels: &columnLabels,
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/get/
H A Dhumanreadable_flags.go83 columnLabels := []string{}
85 columnLabels = *f.ColumnLabels
94 ColumnLabels: columnLabels,
126 columnLabels := []string{}
131 ColumnLabels: &columnLabels,
/dports/audio/praat/praat-6.2.03/dwtools/
H A DTableOfReal_extensions.cpp107 if (! my columnLabels)
329 if (my columnLabels [j])
457 if (my columnLabels && my columnLabels [j] && my columnLabels [j] [0])
477 thy columnLabels.all() <<= my columnLabels.all();
787 && NUMequal (thy columnLabels.get(), his columnLabels.get()),
966 my columnLabels = std::move (columnLabels);
979 if (columnLabels) {
1093 thy columnLabels.all() <<= my columnLabels.all();
1177 thy columnLabels.all() <<= sorted -> columnLabels.all();
1281 his columnLabels.part (1, my numberOfColumns) <<= my columnLabels.all();
[all …]
H A DClassificationTable.cpp65 Confusion_increase (me, thy rowLabels [irow].get(), my columnLabels [index].get()); in Confusion_ClassificationTable_increase()
75 if (my columnLabels [col]) in ClassificationTable_to_Strings_maximumProbability() local
76 Strings_replace (thee.get(), i, my columnLabels [col].get()); in ClassificationTable_to_Strings_maximumProbability()
90 OrderedOfString_append (thee.get(), my columnLabels [col].get()); in ClassificationTable_to_Categories_maximumProbability()
102 const conststring32 label = my columnLabels [icol].get(); in ClassificationTable_to_Correlation_columns()
H A DEditDistanceTable.cpp217 if (my v_matchSourceSymbol (my columnLabels [j].get(), symbol)) in EditCostsTable_getSourceIndex()
318 thy columnLabels.all() <<= my columnLabels.all(); in EditCostsTable_to_TableOfReal()
342 my columnLabels [j + 1] = Melder_dup (source -> strings [j].get()); in EditDistanceTable_create() local
485 if (my columnLabels && my columnLabels [icol] && my columnLabels [icol] [0]) in EditDistanceTable_draw()
486 Graphics_text (graphics, icol, y, my columnLabels [icol].get()); in EditDistanceTable_draw()
509 Graphics_text (graphics, x, ysource, my columnLabels [p.x].get()); in EditDistanceTable_drawEditOperations()
513 Graphics_text (graphics, x, ysource, my columnLabels [p.x].get()); in EditDistanceTable_drawEditOperations()
543 …icol - 1] + EditCostsTable_getDeletionCost (my editCostsTable.get(), my columnLabels [icol].get()); in EditDistanceTable_findPath()
556 EditCostsTable_getDeletionCost (my editCostsTable.get(), my columnLabels [icol].get()); in EditDistanceTable_findPath()
558 …stitutionCost (my editCostsTable.get(), my rowLabels [irow].get(), my columnLabels [icol].get()); … in EditDistanceTable_findPath()
[all …]
H A DConfusion.cpp181 if (! my rowLabels [i] || ! my columnLabels [j]) in Confusion_getFractionCorrect()
184 if (str32equ (my rowLabels [i].get(), my columnLabels [j].get())) in Confusion_getFractionCorrect()
341 Melder_require (my rowLabels && my columnLabels, in Confusion_condense()
347 autoSTRVEC columnLabels = string32vector_searchAndReplace (my columnLabels.get(), in Confusion_condense() local
356 scol -> strings = std::move (columnLabels); in Confusion_condense()
368 thy columnLabels.all() <<= dcol -> rowLabels.all(); in Confusion_condense()
432 thy columnLabels.all() <<= my columnLabels.all(); in Confusion_groupStimuli()
461 if (Melder_equ (token, my columnLabels [i].get())) { in Confusion_groupResponses()
490 TableOfReal_setColumnLabel (thee.get(), colpos, my columnLabels [i].get()); in Confusion_groupResponses()
513 thy columnLabels.part (1, my numberOfColumns) <<= my columnLabels.all(); in Confusion_to_TableOfReal_marginals()
H A DTableOfReal_and_Permutation.cpp36 TableOfReal_setColumnLabel (him.get(), icol, my columnLabels [icol].get()); in TableOfReal_Permutation_permuteRows()
51 his columnLabels [icol] = Melder_dup (my columnLabels [fromCol].get()); in TableOfReal_Permutation_permuteColumns() local
/dports/audio/praat/praat-6.2.03/stat/
H A DTableOfReal.cpp73 our columnLabels [i] = texgetw16 (a_text); in v_readText() local
101 return our columnLabels [icol] ? our columnLabels [icol].get() : U""; in v_getColStr()
147 if (my columnLabels [icol] && str32equ (my columnLabels [icol].get(), label)) in TableOfReal_columnLabelToIndex()
245 my columnLabels [icol] = my columnLabels [icol + 1]. move(); in TableOfReal_removeColumn() local
247 my columnLabels.size -= 1; in TableOfReal_removeColumn()
334 thy columnLabels [icol] = Melder_dup (my columnLabels [icol].get()); in copyColumnLabels() local
348 thy columnLabels [thyCol] = Melder_dup (my columnLabels [myCol].get()); in copyColumn() local
586 thy strings [icol] = Melder_dup (my columnLabels [icol] ? my columnLabels [icol].get() : U""); in TableOfReal_extractColumnLabelsAsStrings()
655 if (! my columnLabels) return 0.0; in getMaxColumnLabelHeight()
674 if (my columnLabels && my columnLabels [icol] && my columnLabels [icol] [0]) in TableOfReal_drawAsNumbers()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optimization/linear/
H A DSimplexTableau.java90 private final List<String> columnLabels = new ArrayList<String>(); field in SimplexTableau
159 columnLabels.add("W"); in initializeColumnLabels()
161 columnLabels.add("Z"); in initializeColumnLabels()
163 columnLabels.add("x" + i); in initializeColumnLabels()
166 columnLabels.add(NEGATIVE_VAR_COLUMN_LABEL); in initializeColumnLabels()
169 columnLabels.add("s" + i); in initializeColumnLabels()
172 columnLabels.add("a" + i); in initializeColumnLabels()
174 columnLabels.add("RHS"); in initializeColumnLabels()
368 columnLabels.remove((int) drop[i]); in dropPhase1Objective()
402 int negativeVarColumn = columnLabels.indexOf(NEGATIVE_VAR_COLUMN_LABEL); in getSolution()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/linear/
H A DSimplexTableau.java80 private final List<String> columnLabels = new ArrayList<String>(); field in SimplexTableau
161 columnLabels.add("W"); in initializeColumnLabels()
163 columnLabels.add("Z"); in initializeColumnLabels()
165 columnLabels.add("x" + i); in initializeColumnLabels()
168 columnLabels.add(NEGATIVE_VAR_COLUMN_LABEL); in initializeColumnLabels()
171 columnLabels.add("s" + i); in initializeColumnLabels()
174 columnLabels.add("a" + i); in initializeColumnLabels()
176 columnLabels.add("RHS"); in initializeColumnLabels()
407 columnLabels.remove((int) drop[i]); in dropPhase1Objective()
445 int negativeVarColumn = columnLabels.indexOf(NEGATIVE_VAR_COLUMN_LABEL); in getSolution()
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Model/
H A DControllerSet.cpp40 Array<string> columnLabels; in constructStorage() local
44 columnLabels.append("time"); in constructStorage()
47 columnLabels.append(_actuatorSet->get(i).getName()); in constructStorage()
49 _controlStore->setColumnLabels(columnLabels); in constructStorage()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxdtsio.cpp281 columnLabels.append(""); in build()
286 columnLabels.append(""); in build()
290 columnLabels.append(track.build(column)); in build()
311 void XdtsTimeTableHeaderItem::build(QStringList &columnLabels) { in build() argument
312 m_names.append(columnLabels); in build()
378 QStringList columnLabels; in build() local
380 field.build(xsheet, columnLabels); in build()
382 while (!columnLabels.isEmpty() && columnLabels.last().isEmpty()) in build()
383 columnLabels.removeLast(); in build()
384 if (columnLabels.isEmpty()) { in build()
[all …]
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/data/
H A Dqbardataproxy.h52 …Q_PROPERTY(QStringList columnLabels READ columnLabels WRITE setColumnLabels NOTIFY columnLabelsCha…
63 QStringList columnLabels() const;
74 const QStringList &columnLabels);
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Analyses/
H A DForceReporter.cpp208 Array<string> columnLabels; in constructColumnLabels() local
209 columnLabels.append("time"); in constructColumnLabels()
219 columnLabels.append(forceLabels); in constructColumnLabels()
230 columnLabels.append(forceLabels); in constructColumnLabels()
233 _forceStore.setColumnLabels(columnLabels); in constructColumnLabels()
H A DProbeReporter.cpp193 Array<string> columnLabels; in constructColumnLabels() local
194 columnLabels.append("time"); in constructColumnLabels()
204 columnLabels.append(probeLabels); in constructColumnLabels()
207 _probeStore.setColumnLabels(columnLabels); in constructColumnLabels()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/options/
H A DOptionsWidget_nickserv.cpp236 QStringList columnLabels; in OptionsWidget_nickServ() local
238 columnLabels.append(__tr2qs_ctx("Nickname", "options")); in OptionsWidget_nickServ()
239 columnLabels.append(__tr2qs_ctx("Server Mask", "options")); in OptionsWidget_nickServ()
240 columnLabels.append(__tr2qs_ctx("NickServ Mask", "options")); in OptionsWidget_nickServ()
241 columnLabels.append(__tr2qs_ctx("NickServ Request Mask", "options")); in OptionsWidget_nickServ()
242 columnLabels.append(__tr2qs_ctx("Identify Command", "options")); in OptionsWidget_nickServ()
243 m_pNickServTreeWidget->setHeaderLabels(columnLabels); in OptionsWidget_nickServ()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Examples/SymbolicExpressionReporter/
H A DSymbolicExpressionReporter.cpp203 Array<string> columnLabels; in constructColumnLabels() local
204 columnLabels.insert(0, "time"); in constructColumnLabels()
205 columnLabels.insert(1, "expression"); in constructColumnLabels()
206 _resultStore.setColumnLabels(columnLabels); in constructColumnLabels()
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/SupportVectorMachine/
H A DDataTransformer.php68 $columnLabels = [];
70 $columnLabels[] = array_search((int) $numericLabel, $numericLabels, true);
80 $result[$columnLabels[$i]] = (float) $prob;
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/SupportVectorMachine/
H A DDataTransformer.php68 $columnLabels = [];
70 $columnLabels[] = array_search((int) $numericLabel, $numericLabels, true);
80 $result[$columnLabels[$i]] = (float) $prob;

12345