Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsMultiLabelObjective
Function
IsMultiLabelObjective
catboost/private/libs/options/enum_helpers.cpp:699–701 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
697
}
698
699
bool IsMultiLabelObjective(ELossFunction loss) {
700
return IsIn(MultiLabelObjectives, loss);
701
}
702
703
bool IsMultiLabelObjective(TStringBuf loss) {
704
return IsMultiLabelObjective(ParseLossType(loss));
Callers
5
PushBackEvalPrinters
Function · 0.85
CreatePredictionTypeHeader
Function · 0.85
InitializeColumnWriter
Function · 0.85
Init
Method · 0.85
CreateGpuMetricFromDescription
Function · 0.85
Calls
2
IsIn
Function · 0.85
ParseLossType
Function · 0.85
Tested by
no test coverage detected