MCPcopy Create free account
hub / github.com/catboost/catboost / MinElement

Function MinElement

util/generic/algorithm.h:495–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493
494template <class T>
495constexpr T MinElement(T begin, T end) {
496 return std::min_element(begin, end);
497}
498
499template <class T, class C>
500constexpr T MinElement(T begin, T end, C comp) {

Callers 5

ArgMinPreciseFunction · 0.85
DefaultMethod · 0.85
MinMethod · 0.85
CheckPreprocessedTargetFunction · 0.85
CalcSampleQuantileFunction · 0.85

Calls 1

min_elementFunction · 0.50

Tested by

no test coverage detected