2 references to FindBestThresholdFromRawArray
Microsoft.ML.FastTree (2)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
376
_parallelTraining.FindGlobalBestSplit(SmallerChildSplitCandidates, null,
FindBestThresholdFromRawArray
, BestSplitInfoPerLeaf);
440
_parallelTraining.FindGlobalBestSplit(SmallerChildSplitCandidates, LargerChildSplitCandidates,
FindBestThresholdFromRawArray
, BestSplitInfoPerLeaf);