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

Method AddFloatFeature

catboost/libs/model/model.h:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 }
428
429 void AddFloatFeature(const TFloatFeature& floatFeature) {
430 FloatFeatures.push_back(floatFeature);
431 }
432
433 void AddFloatFeatureBorder(const int featureId, const float border) {
434 FloatFeatures[featureId].Borders.push_back(border);

Callers 14

AsyncAddArrowNumColumnFunction · 0.45
Y_UNIT_TESTFunction · 0.45
BuildDataProviderMethod · 0.45
GetFeaturesInfoFunction · 0.45
Y_UNIT_TESTFunction · 0.45
SmallFloatPoolFunction · 0.45
TrainFloatCatboostModelFunction · 0.45
SimpleDeepTreeModelFunction · 0.45
MakeDataProviderFunction · 0.45
SmallFloatPoolFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by 2

TrainFloatCatboostModelFunction · 0.36
SimpleDeepTreeModelFunction · 0.36