Searched refs:best_split_score (Results 1 – 1 of 1) sorted by relevance
261 float best_split_score = FLT_MAX; in CheckPruneHoeffding() local265 if (split_scores[i] < best_split_score) { in CheckPruneHoeffding()266 best_split_score = split_scores[i]; in CheckPruneHoeffding()277 if (split_scores[i] - best_split_score > epsilon) { in CheckPruneHoeffding()