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

Function StableSort

util/generic/algorithm.h:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66template <class T>
67static inline void StableSort(T f, T l) {
68 std::stable_sort(f, l);
69}
70
71template <class T, class C>
72static inline void StableSort(T f, T l, C c) {

Callers 15

mainFunction · 0.85
ArgSortFunction · 0.85
CalcIdealMetricMethod · 0.85
ComputeDCGPosWeightsMethod · 0.85
BuildCurveMethod · 0.85
GetLeafIdToUpdateMethod · 0.85
CalcFeatureInteractionFunction · 0.85
MapBinFeaturesToClassesFunction · 0.85

Calls 3

stable_sortFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by 3

TestAucEqualOrdersFunction · 0.68
WxTestFunction · 0.68
OldWxTestFunction · 0.68