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

Method SaveDataNonSharedPart

catboost/libs/data/target.h:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356
357 protected:
358 void SaveDataNonSharedPart(IBinSaver* binSaver) const {
359 Data.Save(binSaver);
360 }
361
362 private:
363 TObjectsGroupingPtr ObjectsGrouping;

Callers 1

SaveNonSharedPartMethod · 0.45

Calls 1

SaveMethod · 0.45

Tested by

no test coverage detected