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

Method SaveNonSharedPart

catboost/libs/data/target.cpp:1377–1382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1375
1376
1377void TTargetSerialization::SaveNonSharedPart(
1378 const TTargetDataProvider& targetDataProvider,
1379 IBinSaver* binSaver
1380) {
1381 targetDataProvider.SaveDataNonSharedPart(binSaver);
1382}

Callers

nothing calls this directly

Calls 1

SaveDataNonSharedPartMethod · 0.45

Tested by

no test coverage detected