Searched refs:WeightedGiniImpurity (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
H A Dstat_utils.h27 float WeightedGiniImpurity(const LeafStat& stats, int32 num_classes);
H A Dstat_utils.cc40 float WeightedGiniImpurity(const LeafStat& stats, int32 num_classes) { function in namespace:tensorflow::tensorforest
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
H A Dtree_utils_test.cc35 EXPECT_EQ(WeightedGiniImpurity(vals.unaligned_flat<float>()), 6);
38 EXPECT_EQ(WeightedGiniImpurity(zero.unaligned_flat<float>()), 0);
H A Dtree_utils.h92 float WeightedGiniImpurity(const T& counts) { function in namespace:tensorflow::tensorforest
H A Dtree_utils.cc76 return WeightedGiniImpurity(splits.slice(offsets, extents)) +
77 WeightedGiniImpurity(rights.slice(offsets, extents));

Completed in 131 milliseconds