Searched refs:hoeffding_bound (Results 1 – 2 of 2) sorted by relevance
336 float hoeffding_bound = in BestSplitDominatesClassificationHoeffding() local342 VLOG(1) << "hoeffding_bound = " << hoeffding_bound; in BestSplitDominatesClassificationHoeffding()343 return (second_best_score - best_score) > hoeffding_bound; in BestSplitDominatesClassificationHoeffding()
301 float hoeffding_bound = in CheckFinishEarlyHoeffding() local316 finish_early_ = (second_best_score - best_score) > hoeffding_bound; in CheckFinishEarlyHoeffding()