MCPcopy Create free account
hub / github.com/catboost/catboost / operator()

Method operator()

library/cpp/par/distr_tree.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 {
41 }
42 bool operator()(const TDistrTree& a, const TDistrTree& b) const {
43 return CalcTreeCost(a, SendTime) > CalcTreeCost(b, SendTime);
44 }
45 };
46
47 struct TDistrTreeConstructor {

Callers

nothing calls this directly

Calls 1

CalcTreeCostFunction · 0.85

Tested by

no test coverage detected