|
XGBOOST_DEVICE double | Clip (double x, double x_min, double x_max) |
|
template<typename Distribution > |
XGBOOST_DEVICE double | GetLimitGradAtInfPred (CensoringType censor_type, bool sign, double sigma) |
|
template<typename Distribution > |
XGBOOST_DEVICE double | GetLimitHessAtInfPred (CensoringType censor_type, bool sign, double sigma) |
|
template<> |
XGBOOST_DEVICE double | GetLimitGradAtInfPred< NormalDistribution > (CensoringType censor_type, bool sign, double sigma) |
|
template<> |
XGBOOST_DEVICE double | GetLimitHessAtInfPred< NormalDistribution > (CensoringType censor_type, bool sign, double sigma) |
|
template<> |
XGBOOST_DEVICE double | GetLimitGradAtInfPred< LogisticDistribution > (CensoringType censor_type, bool sign, double sigma) |
|
template<> |
XGBOOST_DEVICE double | GetLimitHessAtInfPred< LogisticDistribution > (CensoringType censor_type, bool sign, double sigma) |
|
template<> |
XGBOOST_DEVICE double | GetLimitGradAtInfPred< ExtremeDistribution > (CensoringType censor_type, bool sign, double sigma) |
|
template<> |
XGBOOST_DEVICE double | GetLimitHessAtInfPred< ExtremeDistribution > (CensoringType censor_type, bool sign, double sigma) |
|