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

Method UseForCtr

catboost/cuda/data/binarizations_manager.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 bool TBinarizedFeaturesManager::UseForCtr(ui32 featureId) const {
112 if (IsEstimatedFeature(featureId)) {
113 return false;
114 }
115 return !UseForOneHotEncoding(featureId);
116 }
117
118 bool TBinarizedFeaturesManager::UseForTreeCtr(ui32 featureId) const {
119 if (IsEstimatedFeature(featureId)) {

Callers 3

GetLearnFeatureIdsMethod · 0.80
TestTreeBuilderFunction · 0.80
HasPermutationFeaturesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestTreeBuilderFunction · 0.64