Home
last modified time | relevance | path

Searched refs:hoeffding_bound (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dtree_utils.cc336 float hoeffding_bound = in BestSplitDominatesClassificationHoeffding() local
342 VLOG(1) << "hoeffding_bound = " << hoeffding_bound; in BestSplitDominatesClassificationHoeffding()
343 return (second_best_score - best_score) > hoeffding_bound; in BestSplitDominatesClassificationHoeffding()
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dgrow_stats.cc301 float hoeffding_bound = in CheckFinishEarlyHoeffding() local
316 finish_early_ = (second_best_score - best_score) > hoeffding_bound; in CheckFinishEarlyHoeffding()