Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
BuildDistributionTree
Function · 0.80
Do2DArray
Method · 0.80
Do2DArrayData
Method · 0.80
ComputeEstimatedCtrFeatures
Function · 0.80
AddPairwiseBuckets
Method · 0.80
CalculatePairwiseLeafValues
Function · 0.80
Add
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected