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

Method GetObjectCount

catboost/libs/data/target.h:288–290  ·  view source on GitHub ↗

just for convenience

Source from the content-addressed store, hash-verified

286
287 // just for convenience
288 ui32 GetObjectCount() const {
289 return ObjectsGrouping->GetObjectCount();
290 }
291
292 TObjectsGroupingPtr GetObjectsGrouping() const {
293 return ObjectsGrouping;

Callers 15

DoMainFunction · 0.45
TuneHyperparamsTrainTestFunction · 0.45
WorkaroundSplitFunction · 0.45
DoMapMethod · 0.45
MapGetApproxFunction · 0.45
GeneratePairLogitPairsFunction · 0.45
ApplyMethod · 0.45
CalcModelSingleHostMethod · 0.45
UpdateAvrgApproxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected