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

Method Split

catboost/cuda/gpu_data/oblivious_tree_bin_builder.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void Split(const TBinarySplit& split,
39 TMirrorBuffer<ui32>& bins,
40 ui32 depth) final {
41 const auto& compressedBits = GetCompressedBits(split);
42 UpdateBinFromCompressedBits(compressedBits,
43 bins,
44 depth);
45 }
46
47 void SplitByExternalComputedFeature(const TBinarySplit& split,
48 const TSingleBuffer<const ui64>& compressedBits,

Callers 1

Calls 1

Tested by

no test coverage detected