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

Method IsSparse

catboost/libs/data/columns.h:346–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 }
345
346 bool IsSparse() const override {
347 return false;
348 }
349
350 ui32 CalcChecksum(NPar::ILocalExecutor* localExecutor) const override {
351 TConstCompressedArraySubset compressedDataSubset = GetCompressedData();

Callers 6

HasDenseDataFunction · 0.45
HasSparseDataFunction · 0.45
CheckFeaturesByTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected