xgboost
|
Parameter structure for AFT loss and metric. More...
#include <survival_util.h>
Public Member Functions | |
DMLC_DECLARE_PARAMETER (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 | |
![]() | |
bool | initialised_ |
Parameter structure for AFT loss and metric.
|
inline |
ProbabilityDistributionType xgboost::common::AFTParam::aft_loss_distribution |
Choice of probability distribution for the noise term in AFT.
float xgboost::common::AFTParam::aft_loss_distribution_scale |
Scaling factor to be applied to the distribution.