MCPcopy 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

InitializeMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected