Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Size
Method
Size
catboost/cuda/models/additive_model.h:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
size_t Size() const {
59
return WeakModels.size();
60
}
61
62
void Shrink(ui32 newSize) {
63
CB_ENSURE(newSize <= WeakModels.size());
Callers
15
BuildFeatureIndex
Method · 0.45
ForeachOptimizationPartTask
Function · 0.45
Fit
Method · 0.45
MakeTaskSlices
Method · 0.45
GetTotalIndicesSize
Method · 0.45
WriteFoldBasedInitialBins
Method · 0.45
WriteSingleTaskInitialBins
Method · 0.45
ComputeWeakTarget
Method · 0.45
UpdateBestSplit
Method · 0.45
Run
Method · 0.45
CreateCursors
Method · 0.45
AppendEnsembles
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
8
CalcRefMatrices
Function · 0.36
CheckResults
Function · 0.36
ComputeWeakTarget
Function · 0.36
CalcRefSums
Function · 0.36
TestPointwiseHistogramForFeatureParallelDataSet
Function · 0.36
TestPointwiseHistogramForDocParallelDataSet
Function · 0.36
CalcRefSums
Function · 0.36
CreateTestTarget
Function · 0.36