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

Method SetFloatFeatures

catboost/libs/model/model.h:380–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378 }
379
380 void SetFloatFeatures(const TVector<TFloatFeature>& floatFeatures) {
381 FloatFeatures = floatFeatures;
382 }
383
384 void SetTextFeatures(const TVector<TTextFeature>& textFeatures) {
385 TextFeatures = textFeatures;

Callers 6

ProcessSplitsSetMethod · 0.80
Y_UNIT_TESTFunction · 0.80
SimpleFloatModelFunction · 0.80
MultiValueFloatModelFunction · 0.80
CheckFunction · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

SimpleFloatModelFunction · 0.64
MultiValueFloatModelFunction · 0.64