Medial Code Documentation
|
Data Structures | |
class | Line |
Public Member Functions | |
CSRAdapterBatch (const size_t *row_ptr, const unsigned *feature_idx, const float *values, size_t num_rows, size_t, size_t) | |
const Line | GetLine (size_t idx) const |
size_t | Size () const |
![]() | |
const float * | Labels () const |
const float * | Weights () const |
const uint64_t * | Qid () const |
const float * | BaseMargin () const |
Static Public Attributes | |
static constexpr bool | kIsRowMajor = true |