Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetBaselineCount
Method
GetBaselineCount
catboost/libs/data/baseline.cpp:104–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
ui32 TDsvBaselineReader::GetBaselineCount() const {
105
return SafeIntegerCast<ui32>(BaselineIndexes_.size());
106
}
107
108
TVector<TString> TDsvBaselineReader::GetClassNames() {
109
return ClassNames_;
Callers
4
TCBQuantizedDataLoader
Method · 0.80
ReadBaseline
Function · 0.80
TLibSvmDataLoader
Method · 0.80
TCBDsvDataLoader
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected