| 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, |
no test coverage detected