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

Function GetLineDataReader

catboost/private/libs/data_util/line_data_reader.cpp:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace NCB {
8
9 THolder<ILineDataReader> GetLineDataReader(const TPathWithScheme& pathWithScheme,
10 const TDsvFormatOptions& format,
11 bool keepLineOrder)
12 {
13 return GetProcessor<ILineDataReader, TLineDataReaderArgs>(
14 pathWithScheme, TLineDataReaderArgs{pathWithScheme, format, keepLineOrder}
15 );
16 }
17
18 int CountLines(const TString& poolFile) {
19 CB_ENSURE(NFs::Exists(TString(poolFile)), "pool file '" << TString(poolFile) << "' is not found");

Callers 13

ParseEvalResultFunction · 0.85
ReadCDFunction · 0.85
ReadGroupWeightsFunction · 0.85
ReadGroupTimestampsFunction · 0.85
LoadFeatureNamesFunction · 0.85
DoMethod · 0.85
DoMethod · 0.85
TLibSvmDataLoaderMethod · 0.85
TCBDsvDataLoaderMethod · 0.85
GetDsvColumnCountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected