Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetIndexing
Method
GetIndexing
catboost/libs/helpers/sparse_array.h:534–536 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
532
// could be used in low-level code
533
534
TIndexingPtr GetIndexing() const {
535
return Indexing;
536
}
537
538
const TContainer& GetNonDefaultValues() const {
539
return NonDefaultValues;
Callers
6
Y_UNIT_TEST
Function · 0.80
AddCatFeature
Method · 0.80
CreateQuantizedSparseSubset
Function · 0.80
EstimateMemoryForCloning
Method · 0.80
SimpleEqual
Function · 0.80
CompareObjectsData
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected