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

Method MeasureLeaf

library/cpp/packers/packers.h:235–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235 size_t MeasureLeaf(const TFloat& t) const {
236 return TPacker().MeasureLeaf(ToUInt(t));
237 }
238
239 size_t SkipLeaf(const char* c) const {
240 return TPacker().SkipLeaf(c);

Callers

nothing calls this directly

Calls 2

TPackerClass · 0.85
MeasureLeafMethod · 0.45

Tested by

no test coverage detected