MCPcopy 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
699bool IsMultiLabelObjective(ELossFunction loss) {
700 return IsIn(MultiLabelObjectives, loss);
701}
702
703bool IsMultiLabelObjective(TStringBuf loss) {
704 return IsMultiLabelObjective(ParseLossType(loss));

Callers 5

PushBackEvalPrintersFunction · 0.85
InitializeColumnWriterFunction · 0.85
InitMethod · 0.85

Calls 2

IsInFunction · 0.85
ParseLossTypeFunction · 0.85

Tested by

no test coverage detected