Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FindIf
Function
FindIf
util/generic/algorithm.h:144–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
143
template <class I, class P>
144
constexpr I FindIf(I f, I l, P p) {
145
return std::find_if(f, l, p);
146
}
147
148
template <class C, class P>
149
constexpr auto FindIf(C&& c, P p) {
Callers
15
BuildError
Function · 0.85
CreateEstimators
Function · 0.85
UpdateShapByFeaturePath
Function · 0.85
CalcObliviousInternalShapValuesForLeafRecursive
Function · 0.85
CalcNonObliviousInternalShapValuesForLeafRecursive
Function · 0.85
UnpackInternalShaps
Function · 0.85
CalcObliviousApproximateShapValuesForLeafImplementation
Function · 0.85
CalcNonObliviousApproximateShapValuesForLeafImplementation
Function · 0.85
IsConst
Function · 0.85
HasSparseFeatures
Method · 0.85
AreWeightsTrivial
Function · 0.85
ClearFloatFeatures
Function · 0.85
Calls
2
begin
Function · 0.70
end
Function · 0.70
Tested by
no test coverage detected