Searched defs:BestSplit (Results 1 – 5 of 5) sorted by relevance
59 bool FertileStatsResource::BestSplit(int32 node_id, SplitCandidate* best, in BestSplit() function in tensorflow::tensorforest::FertileStatsResource
139 bool SplitCollectionOperator::BestSplit(int32 node_id, SplitCandidate* best, in BestSplit() function in tensorflow::tensorforest::SplitCollectionOperator
37 bool GraphRunnerSplitCollectionOperator::BestSplit(int32 node_id, in BestSplit() function in tensorflow::tensorforest::GraphRunnerSplitCollectionOperator
379 bool ClassificationStats::BestSplit(SplitCandidate* best) const { in BestSplit() function in tensorflow::tensorforest::ClassificationStats908 bool LeastSquaresRegressionGrowStats::BestSplit(SplitCandidate* best) const { in BestSplit() function in tensorflow::tensorforest::LeastSquaresRegressionGrowStats
129 bool BestSplit(SplitCandidate* best) const override { return false; } in BestSplit() function