Home
last modified time | relevance | path

Searched refs:LeastSquaresRegressionGrowStats (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dgrow_stats_test.cc35 using tensorflow::tensorforest::LeastSquaresRegressionGrowStats;
294 std::unique_ptr<LeastSquaresRegressionGrowStats> stat( in TEST()
295 new LeastSquaresRegressionGrowStats(params, 1)); in TEST()
311 std::unique_ptr<LeastSquaresRegressionGrowStats> new_stat( in TEST()
312 new LeastSquaresRegressionGrowStats(params, 1)); in TEST()
Dgrow_stats.cc795 void LeastSquaresRegressionGrowStats::ExtractFromProto( in ExtractFromProto()
829 void LeastSquaresRegressionGrowStats::PackToProto(FertileSlot* slot) const { in PackToProto()
862 void LeastSquaresRegressionGrowStats::AddExample( in AddExample()
888 float LeastSquaresRegressionGrowStats::SplitVariance(int split) const { in SplitVariance()
908 bool LeastSquaresRegressionGrowStats::BestSplit(SplitCandidate* best) const { in BestSplit()
950 bool LeastSquaresRegressionGrowStats::IsFinished() const { in IsFinished()
Dsplit_collection_operators.cc56 new LeastSquaresRegressionGrowStats(params_, depth)); in CreateGrowStats()
Dgrow_stats.h527 class LeastSquaresRegressionGrowStats : public GrowStats {
529 LeastSquaresRegressionGrowStats(const TensorForestParams& params, int32 depth) in LeastSquaresRegressionGrowStats() function