xgboost
公共成员函数 | 所有成员列表
xgboost::SortedCSCPage 类参考

#include <data.h>

xgboost::SortedCSCPage 的继承图
Inheritance graph
xgboost::SortedCSCPage 的协作图
Collaboration graph

公共成员函数

 SortedCSCPage ()
 
 SortedCSCPage (SparsePage page)
 
- 公共成员函数继承自 xgboost::SparsePage
HostSparsePageView GetView () const
 
 SparsePage ()
 构造函数 更多...
 
 SparsePage (SparsePage const &that)=delete
 
 SparsePage (SparsePage &&that)=default
 
SparsePageoperator= (SparsePage const &that)=delete
 
SparsePageoperator= (SparsePage &&that)=default
 
virtual ~SparsePage ()=default
 
size_t Size () const
 
size_t MemCostBytes () const
 
void Clear ()
 清除页面 更多...
 
void SetBaseRowId (size_t row_id)
 设置此页面的基本行ID。 更多...
 
SparsePage GetTranspose (int num_columns, int32_t n_threads) const
 
void SortIndices (int32_t n_threads)
 对列索引进行排序。 更多...
 
bool IsIndicesSorted (int32_t n_threads) const
 检查列索引是否已排序。 更多...
 
void Reindex (uint64_t feature_offset, int32_t n_threads)
 使用偏移量重新索引列。 更多...
 
void SortRows (int32_t n_threads)
 
template<typename AdapterBatchT >
bst_idx_t Push (AdapterBatchT const &batch, float missing, std::int32_t nthread)
 将外部数据批次推送到此页面。 更多...
 
void Push (const SparsePage &batch)
 推送稀疏页面。 更多...
 
void PushCSC (const SparsePage &batch)
 推送以 CSC 格式存储的 SparsePage更多...
 

附加继承成员

- 公共类型继承自 xgboost::SparsePage
使用 Inst = common::Span< Entry const >
 批次中的稀疏向量实例 更多...
 
- 公共属性继承自 xgboost::SparsePage
HostDeviceVector< bst_idx_toffset
 
HostDeviceVector< Entry数据
 段数据 更多...
 
size_t base_rowid {0}
 

构造函数和析构函数文档

◆ SortedCSCPage() [1/2]

xgboost::SortedCSCPage::SortedCSCPage ( )
inline

◆ SortedCSCPage() [2/2]

xgboost::SortedCSCPage::SortedCSCPage ( SparsePage  page)
内联显式

此类的文档由以下文件生成