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

Method TLibSvmDataLoader

catboost/libs/data/libsvm_loader.cpp:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67namespace NCB {
68
69 TLibSvmDataLoader::TLibSvmDataLoader(TDatasetLoaderPullArgs&& args)
70 : TLibSvmDataLoader(
71 TLineDataLoaderPushArgs {
72 GetLineDataReader(args.PoolPath, args.CommonArgs.PoolFormat),
73 std::move(args.CommonArgs)
74 }
75 )
76 {
77 }
78
79 TLibSvmDataLoader::TLibSvmDataLoader(TLineDataLoaderPushArgs&& args)
80 : TAsyncProcDataLoaderBase<TString>(std::move(args.CommonArgs))

Callers

nothing calls this directly

Calls 13

GetLineDataReaderFunction · 0.85
CheckExistsFunction · 0.85
ClassLabelsToStringsFunction · 0.85
LoadPoolMetaInfoOptionsFunction · 0.85
GetBaselineCountMethod · 0.80
AddFirstLineMethod · 0.80
ReadBlockAsyncMethod · 0.80
GetFeatureNamesFunction · 0.70
moveFunction · 0.50
InitedMethod · 0.45
ReadLineMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected