Home
last modified time | relevance | path

Searched refs:second_best_score (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dtree_utils.cc46 float* best_score, int* best_index, float* second_best_score, in GetTwoBest() argument
51 *second_best_score = FLT_MAX; in GetTwoBest()
55 *second_best_score = *best_score; in GetTwoBest()
59 } else if (score < *second_best_score) { in GetTwoBest()
60 *second_best_score = score; in GetTwoBest()
83 float* second_best_score, in GetTwoBestClassification() argument
109 GetTwoBest(num_splits, score_fn, best_score, best_index, second_best_score, in GetTwoBestClassification()
116 float second_best_score; in BestFeatureClassification() local
120 &best_feature_index, &second_best_score, in BestFeatureClassification()
158 float* second_best_score, int* second_best_index) { in GetTwoBestRegression() argument
[all …]
Dtree_utils.h60 float* best_score, int* best_index, float* second_best_score,
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dgrow_stats.cc311 float second_best_score; in CheckFinishEarlyHoeffding() local
314 &second_best_score, &second_best_index); in CheckFinishEarlyHoeffding()
316 finish_early_ = (second_best_score - best_score) > hoeffding_bound; in CheckFinishEarlyHoeffding()
349 float second_best_score; in CheckFinishEarlyBootstrap() local
352 &second_best_score, &second_best_index); in CheckFinishEarlyBootstrap()