Home
last modified time | relevance | path

Searched refs:true_label_lower_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.cc37 double true_label_lower_bound, in CheckLossOverGridPoints() argument
48 true_label_lower_bound, true_label_upper_bound, std::log(y_pred), 1.0); in CheckLossOverGridPoints()
55 const double true_label_lower_bound = 100.0; in TEST() local
56 const double true_label_upper_bound = true_label_lower_bound; in TEST()
58 CheckLossOverGridPoints<NormalDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
64 CheckLossOverGridPoints<ExtremeDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
71 const double true_label_lower_bound = 0.0; in TEST() local
74 CheckLossOverGridPoints<NormalDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
87 const double true_label_lower_bound = 60.0; 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.cc37 double true_label_lower_bound, in CheckLossOverGridPoints() argument
48 true_label_lower_bound, true_label_upper_bound, std::log(y_pred), 1.0); in CheckLossOverGridPoints()
55 const double true_label_lower_bound = 100.0; in TEST() local
56 const double true_label_upper_bound = true_label_lower_bound; in TEST()
58 CheckLossOverGridPoints<NormalDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
64 CheckLossOverGridPoints<ExtremeDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
71 const double true_label_lower_bound = 0.0; in TEST() local
74 CheckLossOverGridPoints<NormalDistribution>(true_label_lower_bound, true_label_upper_bound, in TEST()
87 const double true_label_lower_bound = 60.0; 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.cc43 bst_float true_label_lower_bound, in CheckGPairOverGridPoints() argument
59 = std::vector<bst_float>(num_point, true_label_lower_bound); in CheckGPairOverGridPoints()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/objective/
H A Dtest_aft_obj.cc43 bst_float true_label_lower_bound, in CheckGPairOverGridPoints() argument
59 = std::vector<bst_float>(num_point, true_label_lower_bound); in CheckGPairOverGridPoints()