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

Method SetGroupIdToIdxMap

catboost/libs/data/pairs_data_loaders.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20namespace NCB {
21 void IPairsDataLoader::SetGroupIdToIdxMap(TConstArrayRef<TGroupId>) {
22 CB_ENSURE_INTERNAL(
23 false,
24 "IPairsDataLoader::SetGroupIdToIdxMap called for loader that does not need groupIdToIdxMap"
25 );
26 }
27
28 void NCB::TDsvFlatPairsLoader::Do(IDatasetVisitor* visitor) {
29 THolder<ILineDataReader> reader = GetLineDataReader(Args.Path, NCB::TDsvFormatOptions(), /*keepLineOrder*/false);

Callers 2

SetPairsFunction · 0.45
SetGraphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected