Medial Code Documentation
Loading...
Searching...
No Matches
Namespaces
simple_dmatrix.cc File Reference

Copyright 2014~2023 by XGBoost Contributors. More...

#include "simple_dmatrix.h"
#include <algorithm>
#include <limits>
#include <numeric>
#include <type_traits>
#include <vector>
#include "../collective/communicator-inl.h"
#include "../common/error_msg.h"
#include "./simple_batch_iterator.h"
#include "adapter.h"
#include "batch_utils.h"
#include "ellpack_page.h"
#include "gradient_index.h"
#include "xgboost/c_api.h"
#include "xgboost/data.h"

Namespaces

namespace  xgboost
 namespace of xgboost
 
namespace  xgboost.data
 Copyright 2019-2023, XGBoost Contributors.
 

Detailed Description

Copyright 2014~2023 by XGBoost Contributors.

the input data structure for gradient boosting

Author
Tianqi Chen