Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
template <class T>
67
static inline void StableSort(T f, T l) {
68
std::stable_sort(f, l);
69
}
70
71
template <class T, class C>
72
static inline void StableSort(T f, T l, C c) {
Callers
15
main
Function · 0.85
ArgSort
Function · 0.85
CalcDersForSingleQuery
Method · 0.85
CalcIdealMetric
Method · 0.85
ComputeDCGPosWeights
Method · 0.85
BuildCurve
Method · 0.85
GenerateYetiRankPairsForQuery
Function · 0.85
GetFinalDocumentImportances
Function · 0.85
GetLeafIdToUpdate
Method · 0.85
CalcFeatureEffectAverageChange
Function · 0.85
CalcFeatureInteraction
Function · 0.85
MapBinFeaturesToClasses
Function · 0.85
Calls
3
stable_sort
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
Tested by
3
TestAucEqualOrders
Function · 0.68
WxTest
Function · 0.68
OldWxTest
Function · 0.68