Treelite
Public Member Functions | Static Public Member Functions | List of all members
DenseDMatrix Class Referenceabstract
Inheritance diagram for DenseDMatrix:
Inheritance graph
[legend]
Collaboration diagram for DenseDMatrix:
Collaboration graph
[legend]

Public Member Functions

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
 

Static Public Member Functions

template<typename ElementType >
static std::unique_ptr< DenseDMatrixCreate (std::vector< ElementType > data, ElementType missing_value, size_t num_row, size_t num_col)
 
template<typename ElementType >
static std::unique_ptr< DenseDMatrixCreate (const void *data, const void *missing_value, size_t num_row, size_t num_col)
 
static std::unique_ptr< DenseDMatrixCreate (TypeInfo type, const void *data, const void *missing_value, size_t num_row, size_t num_col)
 

Detailed Description

Definition at line 34 of file data.h.


The documentation for this class was generated from the following files: