Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ AddFloatFeatureBorder
Method
AddFloatFeatureBorder
catboost/libs/model/model.h:433–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
}
432
433
void AddFloatFeatureBorder(const int featureId, const float border) {
434
FloatFeatures[featureId].Borders.push_back(border);
435
}
436
437
void AddCatFeature(const TCatFeature& catFeature) {
438
CatFeatures.push_back(catFeature);
Callers
1
SimpleFloatModel
Function · 0.80
Calls
1
push_back
Method · 0.45
Tested by
1
SimpleFloatModel
Function · 0.64