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

Method GetClassNames

catboost/libs/data/baseline.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 TVector<TString> TDsvBaselineReader::GetClassNames() {
109 return ClassNames_;
110 }
111
112 bool TDsvBaselineReader::Read(TObjectBaselineData* data, ui64* objectIdx) {
113 TString line;

Calls

no outgoing calls

Tested by

no test coverage detected