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

Method GetSrc

catboost/libs/helpers/array_subset.h:923–925  ·  view source on GitHub ↗

might be used if fine-grained control is needed

Source from the content-addressed store, hash-verified

921
922 // might be used if fine-grained control is needed
923 TArrayLike* GetSrc() noexcept {
924 return Src;
925 }
926 const TArrayLike* GetSrc() const noexcept {
927 return Src;
928 }

Callers 11

GetDataMethod · 0.80
BuildNodeSplitFunctionFunction · 0.80
ExtractBucketIndexFunction · 0.80
GetBitsPerValueAndRawPtrFunction · 0.80
ComputePairwiseStatsFunction · 0.80
TestOneCaseFunction · 0.80
CalcChecksumMethod · 0.80
GetBlockIteratorMethod · 0.80
GetBlockIteratorMethod · 0.80
GetBlockIteratorMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestOneCaseFunction · 0.64