Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Iota
Function
Iota
util/generic/algorithm.h:762–764 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
760
761
template <class It, class Val>
762
constexpr void Iota(It begin, It end, Val val) {
763
std::iota(begin, end, val);
764
}
765
766
template <class TI, class TO, class S>
767
constexpr TO CopyN(TI from, S s, TO to) {
Callers
15
TryStableSortKeys
Function · 0.85
GetIdToTokenMapping
Function · 0.85
FinishBuilding
Method · 0.85
Filter
Method · 0.85
GetIdToTokensMapping
Method · 0.85
SmokingTest
Function · 0.85
Y_UNIT_TEST
Function · 0.85
Y_UNIT_TEST
Function · 0.85
Y_UNIT_TEST
Function · 0.85
CalcDersForSingleQuery
Method · 0.85
CreateTrainingForCpuDataProviderFromQuantizedData
Function · 0.85
CreateLearnPermutationFeaturesSubset
Function · 0.85
Calls
no outgoing calls
Tested by
5
Y_UNIT_TEST
Function · 0.68
TestSimpleCtr
Function · 0.68
Sort
Function · 0.68
BuildBinFeaturesOrder
Function · 0.68
SplitPointsCpu
Function · 0.68