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

Function ValidateFeaturePair

catboost/libs/fstr/shap_interaction_values.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void ValidateFeaturePair(int flatFeatureCount, std::pair<int, int> featurePair) {
19 ValidateFeatureIndex(flatFeatureCount, featurePair.first);
20 ValidateFeatureIndex(flatFeatureCount, featurePair.second);
21}
22
23void ValidateFeatureInteractionParams(
24 const EFstrType fstrType,

Callers 1

Calls 1

ValidateFeatureIndexFunction · 0.85

Tested by

no test coverage detected