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

Function EncodeTree

library/cpp/par/distr_tree.cpp:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 static void EncodeTree(const TDistrTree& t, TVector<ui16>* res) {
218 res->resize(0);
219 EncodeTreeImpl(t, res);
220 OptimizeTreeEncoding(res);
221 }
222
223 void BuildDistributionTree(TDistributionTreesData* res,
224 const TArray2D<TVector<float>>& delayMatrixData) {

Callers 1

BuildDistributionTreeFunction · 0.85

Calls 3

EncodeTreeImplFunction · 0.85
OptimizeTreeEncodingFunction · 0.85
resizeMethod · 0.45

Tested by

no test coverage detected