xgboost
|
Utility functions, useful for implementing objective and metric functions for survival analysis. More...
#include <xgboost/parameter.h>
#include <memory>
#include <algorithm>
#include <limits>
#include "probability_distribution.h"
Go to the source code of this file.
Classes | |
struct | xgboost::common::AFTParam |
Parameter structure for AFT loss and metric. More... | |
struct | xgboost::common::AFTLoss< Distribution > |
The AFT loss function. More... | |
Namespaces | |
xgboost | |
namespace of xgboost | |
xgboost::common | |
xgboost::common::aft | |
Variables | |
constexpr double | xgboost::common::aft::kMinGradient = -15.0 |
constexpr double | xgboost::common::aft::kMaxGradient = 15.0 |
constexpr double | xgboost::common::aft::kMinHessian = 1e-16 |
constexpr double | xgboost::common::aft::kMaxHessian = 15.0 |
constexpr double | xgboost::common::aft::kEps = 1e-12 |
Utility functions, useful for implementing objective and metric functions for survival analysis.
Copyright 2019-2020 by Contributors
DECLARE_FIELD_ENUM_CLASS | ( | xgboost::common::ProbabilityDistributionType | ) |