Home
last modified time | relevance | path

Searched refs:true_label_upper_bound (Results 1 – 4 of 4) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/metric/
H A Dtest_survival_metric.cc38 double true_label_upper_bound, in CheckLossOverGridPoints() argument
48 true_label_lower_bound, true_label_upper_bound, std::log(y_pred), 1.0); in CheckLossOverGridPoints()
56 const double true_label_upper_bound = true_label_lower_bound; in TEST() local
58 CheckLossOverGridPoints<NormalDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
61 CheckLossOverGridPoints<LogisticDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
64 CheckLossOverGridPoints<ExtremeDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
72 const double true_label_upper_bound = 20.0; in TEST() local
74 CheckLossOverGridPoints<NormalDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
88 const double true_label_upper_bound = std::numeric_limits<double>::infinity(); in TEST() local
90 CheckLossOverGridPoints<NormalDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
[all …]
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/metric/
H A Dtest_survival_metric.cc38 double true_label_upper_bound, in CheckLossOverGridPoints() argument
48 true_label_lower_bound, true_label_upper_bound, std::log(y_pred), 1.0); in CheckLossOverGridPoints()
56 const double true_label_upper_bound = true_label_lower_bound; in TEST() local
58 CheckLossOverGridPoints<NormalDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
61 CheckLossOverGridPoints<LogisticDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
64 CheckLossOverGridPoints<ExtremeDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
72 const double true_label_upper_bound = 20.0; in TEST() local
74 CheckLossOverGridPoints<NormalDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
88 const double true_label_upper_bound = std::numeric_limits<double>::infinity(); in TEST() local
90 CheckLossOverGridPoints<NormalDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
[all …]
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/objective/
H A Dtest_aft_obj.cc44 bst_float true_label_upper_bound, in CheckGPairOverGridPoints() argument
61 = std::vector<bst_float>(num_point, true_label_upper_bound); in CheckGPairOverGridPoints()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/objective/
H A Dtest_aft_obj.cc44 bst_float true_label_upper_bound, in CheckGPairOverGridPoints() argument
61 = std::vector<bst_float>(num_point, true_label_upper_bound); in CheckGPairOverGridPoints()