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

Method Build

catboost/private/libs/text_processing/text_column_builder.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13TVector<TText> TTextColumnBuilder::Build() {
14 CB_ENSURE_INTERNAL(!WasBuilt, "Build could be done only once");
15 WasBuilt = true;
16 return Texts;
17}

Callers 3

BuildPolynomFunction · 0.45
ApplyMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected