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

Method SetTextFeatures

catboost/libs/model/model.h:384–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 }
383
384 void SetTextFeatures(const TVector<TTextFeature>& textFeatures) {
385 TextFeatures = textFeatures;
386 }
387
388 void SetEmbeddingFeatures(const TVector<TEmbeddingFeature>& embeddingFeatures) {
389 EmbeddingFeatures = embeddingFeatures;

Callers 2

ProcessSplitsSetMethod · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected