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

Method GetNonDefaultSize

catboost/libs/helpers/sparse_array.h:476–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474 bool EqualTo(const TSparseArrayBase& rhs, bool strict = true) const;
475
476 TSize GetNonDefaultSize() const {
477 return Indexing->GetNonDefaultSize();
478 }
479
480 TSize GetDefaultSize() const {
481 return Indexing->GetDefaultSize();

Calls

no outgoing calls

Tested by

no test coverage detected