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

Method GetReadBaselineFunc

catboost/libs/data/libsvm_loader.h:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 decltype(auto) GetReadBaselineFunc() {
36 return [this](TObjectBaselineData *line) -> bool {
37 ui64 objectIdx = 0;
38 return BaselineReader->Read(line, &objectIdx);
39 };
40 }
41
42 public:
43 explicit TLibSvmDataLoader(TDatasetLoaderPullArgs&& args);

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected