xgboost
Public Member Functions | Public Attributes | List of all members
xgboost::common::AFTParam Struct Reference

Parameter structure for AFT loss and metric. More...

#include <survival_util.h>

Inheritance diagram for xgboost::common::AFTParam:
Inheritance graph
Collaboration diagram for xgboost::common::AFTParam:
Collaboration graph

Public Member Functions

 DMLC_DECLARE_PARAMETER (AFTParam)
 
- Public Member Functions inherited from xgboost::XGBoostParameter< AFTParam >
Args UpdateAllowUnknown (Container const &kwargs)
 
bool GetInitialised () const
 

Public Attributes

ProbabilityDistributionType aft_loss_distribution
 Choice of probability distribution for the noise term in AFT. More...
 
float aft_loss_distribution_scale
 Scaling factor to be applied to the distribution. More...
 

Additional Inherited Members

- Protected Attributes inherited from xgboost::XGBoostParameter< AFTParam >
bool initialised_
 

Detailed Description

Parameter structure for AFT loss and metric.

Member Function Documentation

◆ DMLC_DECLARE_PARAMETER()

xgboost::common::AFTParam::DMLC_DECLARE_PARAMETER ( AFTParam  )
inline

Member Data Documentation

◆ aft_loss_distribution

ProbabilityDistributionType xgboost::common::AFTParam::aft_loss_distribution

Choice of probability distribution for the noise term in AFT.

◆ aft_loss_distribution_scale

float xgboost::common::AFTParam::aft_loss_distribution_scale

Scaling factor to be applied to the distribution.


The documentation for this struct was generated from the following file: