Home
last modified time | relevance | path

Searched defs:BestSplit (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dfertile-stats-resource.cc59 bool FertileStatsResource::BestSplit(int32 node_id, SplitCandidate* best, in BestSplit() function in tensorflow::tensorforest::FertileStatsResource
Dsplit_collection_operators.cc139 bool SplitCollectionOperator::BestSplit(int32 node_id, SplitCandidate* best, in BestSplit() function in tensorflow::tensorforest::SplitCollectionOperator
Dgraph_collection_operator.cc37 bool GraphRunnerSplitCollectionOperator::BestSplit(int32 node_id, in BestSplit() function in tensorflow::tensorforest::GraphRunnerSplitCollectionOperator
Dgrow_stats.cc379 bool ClassificationStats::BestSplit(SplitCandidate* best) const { in BestSplit() function in tensorflow::tensorforest::ClassificationStats
908 bool LeastSquaresRegressionGrowStats::BestSplit(SplitCandidate* best) const { in BestSplit() function in tensorflow::tensorforest::LeastSquaresRegressionGrowStats
Dgrow_stats.h129 bool BestSplit(SplitCandidate* best) const override { return false; } in BestSplit() function