MCPcopy Create free account
hub / github.com/catboost/catboost / MergeResults

Method MergeResults

library/cpp/par/par.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 void TJobDescription::MergeResults() {
67 CHROMIUM_TRACE_FUNCTION();
68 for (int i = 0; i < ExecList.ysize(); ++i) {
69 ExecList[i].ReduceId = 0;
70 }
71 }
72
73 void TJobDescription::SeparateResults(int hostIdCount) {
74 CHROMIUM_TRACE_FUNCTION();

Callers 4

RunMapReduceFunction · 0.80
MRCommandCompleteMethod · 0.80
RemoteMapReduceFunction · 0.80
MakeRunOnRangeImplFunction · 0.80

Calls 1

ysizeMethod · 0.45

Tested by

no test coverage detected