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

Method TCBDsvDataLoader

catboost/libs/data/cb_dsv_loader.cpp:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace NCB {
31
32 TCBDsvDataLoader::TCBDsvDataLoader(TDatasetLoaderPullArgs&& args)
33 : TCBDsvDataLoader(
34 TLineDataLoaderPushArgs {
35 GetLineDataReader(args.PoolPath, args.CommonArgs.PoolFormat),
36 std::move(args.CommonArgs)
37 }
38 )
39 {
40 }
41
42 TCBDsvDataLoader::TCBDsvDataLoader(TLineDataLoaderPushArgs&& args)
43 : TAsyncProcDataLoaderBase<TString>(std::move(args.CommonArgs))

Callers

nothing calls this directly

Calls 15

GetLineDataReaderFunction · 0.85
CheckExistsFunction · 0.85
ClassLabelsToStringsFunction · 0.85
CsvSplitterClass · 0.85
LoadPoolMetaInfoOptionsFunction · 0.85
TDataMetaInfoClass · 0.85
NothingFunction · 0.85
CountColumnsMethod · 0.80
GetBaselineCountMethod · 0.80
AddFirstLineMethod · 0.80
ReadBlockAsyncMethod · 0.80

Tested by

no test coverage detected