MCPcopy 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

BuildFeatureIndexMethod · 0.45
FitMethod · 0.45
MakeTaskSlicesMethod · 0.45
GetTotalIndicesSizeMethod · 0.45
ComputeWeakTargetMethod · 0.45
UpdateBestSplitMethod · 0.45
RunMethod · 0.45
CreateCursorsMethod · 0.45
AppendEnsemblesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 8

CalcRefMatricesFunction · 0.36
CheckResultsFunction · 0.36
ComputeWeakTargetFunction · 0.36
CalcRefSumsFunction · 0.36
CalcRefSumsFunction · 0.36
CreateTestTargetFunction · 0.36