Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ProcessSplitsSet
Method · 0.80
Y_UNIT_TEST
Function · 0.80
SimpleFloatModel
Function · 0.80
MultiValueFloatModel
Function · 0.80
Check
Function · 0.80
Y_UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
SimpleFloatModel
Function · 0.64
MultiValueFloatModel
Function · 0.64