xgboost
|
#include "xgboost/base.h"
#include "xgboost/data.h"
#include "xgboost/span.h"
#include "xgboost/parameter.h"
#include "bitfield.h"
Go to the source code of this file.
Namespaces | |
xgboost | |
namespace of xgboost | |
xgboost::common | |
Typedefs | |
using | xgboost::common::CatBitField = LBitField32 |
using | xgboost::common::KCatBitField = CLBitField32 |
Functions | |
template<typename T > | |
XGBOOST_DEVICE bst_cat_t | xgboost::common::AsCat (T const &v) |
XGBOOST_DEVICE bool | xgboost::common::IsCat (Span< FeatureType const > ft, bst_feature_t fidx) |
XGBOOST_DEVICE bool | xgboost::common::Decision (common::Span< uint32_t const > cats, bst_cat_t cat) |
Copyright 2020 by XGBoost Contributors