File view_statistic_decomposable_dense.hpp¶
-
namespace boosting
Typedefs
-
template<typename StatisticType>
using DenseDecomposableStatisticView = DenseStatisticView<StatisticType>¶ Implements row-wise read and write access to the gradients and Hessians that have been calculated using a decomposable loss function and are stored in a single pre-allocated C-contiguous array.
- Template Parameters:
StatisticType – The type of the gradients and Hessians
-
template<typename StatisticType>