Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
Callers
2
QuantizationSchemaFromProto
Method · 0.80
UpdateClassLabelsFromBaselineFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected