Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CanSplit
Method
CanSplit
library/cpp/grid_creator/binarization.cpp:1353–1355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1351
}
1352
1353
bool CanSplit() const {
1354
return (BinStart != BestSplit && BinEnd != BestSplit);
1355
}
1356
1357
float LeftBorder(const TMaybe<TVector<float>>& initialBorders) const {
1358
Y_ASSERT(BinStart < BinEnd);
Callers
1
GreedySplit
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected