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

Method GetXSize

library/cpp/containers/2d_array/2d_array.h:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89#endif
90 size_t GetXSize() const {
91 return XSize;
92 }
93 size_t GetYSize() const {
94 return YSize;
95 }

Callers 8

operator==Function · 0.80
BuildDistributionTreeFunction · 0.80
Do2DArrayMethod · 0.80
Do2DArrayDataMethod · 0.80
AddPairwiseBucketsMethod · 0.80
AddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected