Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TSparseArrayBase
Method
TSparseArrayBase
catboost/libs/helpers/sparse_array.h:450–453 ·
view source on GitHub ↗
needed because of IBinSaver
Source
from the content-addressed store, hash-verified
448
public:
449
// needed because of IBinSaver
450
TSparseArrayBase()
451
: NonDefaultValues(TContainer())
452
, DefaultValue(TValue())
453
{}
454
455
TSparseArrayBase(
456
TIndexingPtr indexing,
Callers
nothing calls this directly
Calls
1
TValue
Class · 0.50
Tested by
no test coverage detected