Searched refs:WeightedSmoothedGini (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
H A Dstat_utils.h45 float WeightedSmoothedGini(float sum, float square, int num_classes);
H A Dstat_utils.cc80 float WeightedSmoothedGini(float sum, float square, int num_classes) { function in namespace:tensorflow::tensorforest
H A Dgrow_stats.cc171 const float left = WeightedSmoothedGini(
175 const float right = WeightedSmoothedGini(
483 WeightedSmoothedGini(*left_sum, left_square, num_outputs_);
485 WeightedSmoothedGini(*right_sum, right_square, num_outputs_);
586 WeightedSmoothedGini(*left_sum, left_square, num_classes);
588 WeightedSmoothedGini(*right_sum, right_square, num_classes);
777 WeightedSmoothedGini(*left_sum, left_square, num_classes);
779 WeightedSmoothedGini(*right_sum, right_square, num_classes);

Completed in 209 milliseconds