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

Method GetSubsetIndexing

catboost/libs/helpers/array_subset.h:931–933  ·  view source on GitHub ↗

might be used if fine-grained control is needed

Source from the content-addressed store, hash-verified

929
930 // might be used if fine-grained control is needed
931 const TArraySubsetIndexing<TSize>* GetSubsetIndexing() const noexcept {
932 return SubsetIndexing;
933 }
934
935 private:
936 TArrayLike* Src;

Callers 7

GetDataMethod · 0.45
TestOneCaseFunction · 0.45
TestMutableFunction · 0.45
CalcChecksumMethod · 0.45
GetBlockIteratorMethod · 0.45
GetBlockIteratorMethod · 0.45
GetBlockIteratorMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestOneCaseFunction · 0.36
TestMutableFunction · 0.36