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

Method HasFeatures

catboost/cuda/gpu_data/dataset_base.h:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 using TCompressedDataSet = typename TCompressedIndex::TCompressedDataSet;
188
189 bool HasFeatures() const {
190 return PermutationIndependentFeatures != static_cast<ui32>(-1);
191 }
192
193 bool HasPermutationDependentFeatures() const {
194 return PermutationDependentFeatures != static_cast<ui32>(-1);

Callers 12

TSplitHelperClass · 0.80
CheckPermutationDataSetFunction · 0.80
TestDatasetHolderBuilderFunction · 0.80
FitMethod · 0.80
FitImplMethod · 0.80
FitImplMethod · 0.80
TreeSearcherTestFunction · 0.80
CheckHistogramsFunction · 0.80
RebuildMethod · 0.80

Calls

no outgoing calls