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

Method FBDeserialize

catboost/libs/model/features.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void TCtrFeature::FBDeserialize(const NCatBoostFbs::TCtrFeature* fbObj) {
17 if (fbObj == nullptr) {
18 return;
19 }
20 Ctr.FBDeserialize(fbObj->Ctr());
21 if (fbObj->Borders() && fbObj->Borders()->size() != 0) {
22 Borders.assign(fbObj->Borders()->begin(), fbObj->Borders()->end());
23 }
24}
25
26flatbuffers::Offset<NCatBoostFbs::TFloatFeature> TFloatFeature::FBSerialize(
27 flatbuffers::FlatBufferBuilder& builder

Callers 2

LoadSolidMethod · 0.45
LoadThinMethod · 0.45

Calls 14

NanModeFromFbsEnumValueFunction · 0.85
GuidFromFbsFunction · 0.85
ValuesMethod · 0.80
sizeMethod · 0.45
assignMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
IndexMethod · 0.45
dataMethod · 0.45
UsedInModelMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected