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

Method GetHash

catboost/private/libs/options/binarization_options.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62ui64 NCatboostOptions::TBinarizationOptions::GetHash() const {
63 return MultiHash(BorderSelectionType, BorderCount, NanMode, MaxSubsetSizeForBuildBorders);
64}
65
66std::pair<TStringBuf, NJson::TJsonValue> NCatboostOptions::ParsePerFeatureBinarization(TStringBuf description) {
67 std::pair<TStringBuf, NJson::TJsonValue> perFeatureBinarization;

Callers 1

operator()Method · 0.45

Calls 1

MultiHashFunction · 0.85

Tested by

no test coverage detected