Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ MaxElement
Function
MaxElement
util/generic/algorithm.h:505–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
503
504
template <class T>
505
constexpr T MaxElement(T begin, T end) {
506
return std::max_element(begin, end);
507
}
508
509
template <class T, class C>
510
constexpr T MaxElement(T begin, T end, C comp) {
Callers
15
Default
Method · 0.85
Max
Method · 0.85
GetApproxScaleQueryCrossEntropy
Method · 0.85
ComputeOnlineCTRs
Function · 0.85
CalcFinalCtrsImpl
Function · 0.85
CreateTrainingForCpuDataProviderFromQuantizedData
Function · 0.85
CalcWeightsForIndependentTreeShap
Function · 0.85
EvalSingleThread
Method · 0.85
CalcSoftmax
Function · 0.85
CalcLogSoftmax
Function · 0.85
PostprocessBlock
Method · 0.85
CalcFlat
Method · 0.85
Calls
1
max_element
Function · 0.50
Tested by
no test coverage detected