|
xgboost
|
Quick Utility to compute subset of rows. More...
#include <xgboost/data.h>#include <algorithm>#include <vector>#include <utility>#include <memory>

Go to the source code of this file.
Classes | |
| 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... | |
| struct | xgboost::common::RowSetCollection::Split |
| class | xgboost::common::PartitionBuilder< BlockSize > |
| struct | xgboost::common::PartitionBuilder< BlockSize >::BlockInfo |
Namespaces | |
| xgboost | |
| namespace of xgboost | |
| xgboost::common | |
Quick Utility to compute subset of rows.
Copyright 2017 by Contributors
1.8.17