xgboost
Classes | Namespaces | Functions
survival_util.h File Reference

Utility functions, useful for implementing objective and metric functions for survival analysis. More...

#include <xgboost/parameter.h>
#include <memory>
#include "probability_distribution.h"
Include dependency graph for survival_util.h:

Go to the source code of this file.

Classes

struct  xgboost::common::AFTParam
 Parameter structure for AFT loss and metric. More...
 
class  xgboost::common::AFTLoss
 The AFT loss function. More...
 

Namespaces

 xgboost
 namespace of xgboost
 
 xgboost::common
 

Functions

 DECLARE_FIELD_ENUM_CLASS (xgboost::common::ProbabilityDistributionType)
 

Detailed Description

Utility functions, useful for implementing objective and metric functions for survival analysis.

Copyright 2019 by Contributors

Author
Avinash Barnwal, Hyunsu Cho and Toby Hocking

Function Documentation

◆ DECLARE_FIELD_ENUM_CLASS()

DECLARE_FIELD_ENUM_CLASS ( xgboost::common::ProbabilityDistributionType  )