#include <hist_util.h>
◆ BinIdx
◆ HistogramCuts() [1/3]
xgboost::common::HistogramCuts::HistogramCuts |
( |
| ) |
|
◆ HistogramCuts() [2/3]
xgboost::common::HistogramCuts::HistogramCuts |
( |
HistogramCuts const & |
that | ) |
|
|
delete |
◆ HistogramCuts() [3/3]
xgboost::common::HistogramCuts::HistogramCuts |
( |
HistogramCuts && |
that | ) |
|
|
inlinenoexcept |
◆ Build()
void xgboost::common::HistogramCuts::Build |
( |
DMatrix * |
dmat, |
|
|
uint32_t const |
max_num_bins |
|
) |
| |
◆ FeatureBins()
uint32_t xgboost::common::HistogramCuts::FeatureBins |
( |
uint32_t |
feature | ) |
const |
|
inline |
◆ MinValues()
std::vector<float> const& xgboost::common::HistogramCuts::MinValues |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Ptrs()
std::vector<uint32_t> const& xgboost::common::HistogramCuts::Ptrs |
( |
| ) |
const |
|
inline |
◆ SearchBin() [1/2]
BinIdx xgboost::common::HistogramCuts::SearchBin |
( |
float |
value, |
|
|
uint32_t |
column_id |
|
) |
| |
|
inline |
◆ SearchBin() [2/2]
BinIdx xgboost::common::HistogramCuts::SearchBin |
( |
Entry const & |
e | ) |
|
|
inline |
◆ TotalBins()
size_t xgboost::common::HistogramCuts::TotalBins |
( |
| ) |
const |
|
inline |
◆ Values()
std::vector<float> const& xgboost::common::HistogramCuts::Values |
( |
| ) |
const |
|
inline |
◆ CutsBuilder
◆ DenseCuts
◆ SparseCuts
◆ cut_ptrs_
std::vector<uint32_t> xgboost::common::HistogramCuts::cut_ptrs_ |
|
protected |
◆ cut_values_
std::vector<bst_float> xgboost::common::HistogramCuts::cut_values_ |
|
protected |
◆ min_vals_
std::vector<float> xgboost::common::HistogramCuts::min_vals_ |
|
protected |
◆ monitor_
The documentation for this class was generated from the following file: