4 writes to Threshold
Microsoft.ML.FastTree (4)
Dataset\FeatureFlock.cs (1)
318leafSplitCandidates.FeatureSplitInfo[featureIndex].Threshold = bestThreshold;
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
206newRootSplitInfo.Threshold = 0; 793leafSplitCandidates.FeatureSplitInfo[feature].Threshold = bestThreshold; 1165Threshold = buffer.ToUInt(ref offset);
4 references to Threshold
Microsoft.ML.FastTree (4)
GamTrainer.cs (1)
578_subGraph.Splits[globalFeatureIndex][iteration].SplitPoint = splitinfo.Threshold;
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
290bestSplitInfo.CategoricalSplit, bestSplitInfo.Threshold, bestSplitInfo.LteOutput, bestSplitInfo.GTOutput, bestSplitInfo.Gain, bestSplitInfo.GainPValue); 317Partitioning.Split(bestLeaf, TrainData.GetIndexer(bestSplitInfo.Feature), bestSplitInfo.Threshold, gtChild); 1138Threshold.ToByteArray(buffer, ref offset);