Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
xgboost::common::AFTParam Struct Reference

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

#include <survival_util.h>

Inheritance diagram for xgboost::common::AFTParam:
xgboost::XGBoostParameter< AFTParam >

Public Member Functions

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

Data Fields

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

Additional Inherited Members

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

Detailed Description

Parameter structure for AFT loss and metric.


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