Medial Code Documentation
Loading...
Searching...
No Matches
Data Structures | Namespaces
row_set.h File Reference

Copyright 2021-2023 by Contributors. More...

#include <xgboost/data.h>
#include <algorithm>
#include <vector>
#include <utility>
#include <memory>

Go to the source code of this file.

Data Structures

class  xgboost::common::RowSetCollection
 collection of rowset More...
 
struct  xgboost::common::RowSetCollection::Elem
 data structure to store an instance set, a subset of rows (instances) associated with a particular node in a decision tree. More...
 

Namespaces

namespace  xgboost
 namespace of xgboost
 
namespace  xgboost::common
 Copyright 2017-2023, XGBoost Contributors.
 

Detailed Description

Copyright 2021-2023 by Contributors.

Quick Utility to compute subset of rows.

Quick Utility to compute subset of rows

Author
Philip Cho, Tianqi Chen

Copyright 2017-2022 by Contributors

Author
Philip Cho, Tianqi Chen