|
size_t | GetNumRow () const override=0 |
|
size_t | GetNumCol () const override=0 |
|
size_t | GetNumElem () const override=0 |
|
DMatrixType | GetType () const override=0 |
|
TypeInfo | GetElementType () const override |
|
|
template<typename ElementType > |
static std::unique_ptr< DenseDMatrix > | Create (std::vector< ElementType > data, ElementType missing_value, size_t num_row, size_t num_col) |
|
template<typename ElementType > |
static std::unique_ptr< DenseDMatrix > | Create (const void *data, const void *missing_value, size_t num_row, size_t num_col) |
|
static std::unique_ptr< DenseDMatrix > | Create (TypeInfo type, const void *data, const void *missing_value, size_t num_row, size_t num_col) |
|
Definition at line 33 of file data.h.
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/2.1.0/include/treelite/data.h
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/2.1.0/src/data.cc