Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ ArrayInterface
Method
ArrayInterface
src/data/array_interface.h:449–449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
448
public:
449
ArrayInterface() = default;
450
explicit ArrayInterface(Object::Map const &array) { this->Initialize(array); }
451
452
explicit ArrayInterface(Json const &array) {
Callers
nothing calls this directly
Calls
2
Initialize
Method · 0.95
size
Method · 0.45
Tested by
no test coverage detected