|
xgboost
|
Parameter structure for AFT loss and metric. More...
#include <survival_util.h>


Public Member Functions | |
| DMLC_DECLARE_PARAMETER (AFTParam) | |
Public Member Functions inherited from xgboost::XGBoostParameter< AFTParam > | |
| Args | UpdateAllowUnknown (Container const &kwargs, bool *out_changed=nullptr) |
| 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_ |
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.
1.8.17