Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetYSize
Method
GetYSize
library/cpp/containers/2d_array/2d_array.h:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
return XSize;
92
}
93
size_t GetYSize() const {
94
return YSize;
95
}
96
void FillZero() {
97
memset(Data, 0, sizeof(T) * XSize * YSize);
98
}
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