4 writes to Threshold
Microsoft.ML.FastTree (4)
Dataset\FeatureFlock.cs (1)
318
leafSplitCandidates.FeatureSplitInfo[featureIndex].
Threshold
= bestThreshold;
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
206
newRootSplitInfo.
Threshold
= 0;
793
leafSplitCandidates.FeatureSplitInfo[feature].
Threshold
= bestThreshold;
1165
Threshold
= 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)
290
bestSplitInfo.CategoricalSplit, bestSplitInfo.
Threshold
, bestSplitInfo.LteOutput, bestSplitInfo.GTOutput, bestSplitInfo.Gain, bestSplitInfo.GainPValue);
317
Partitioning.Split(bestLeaf, TrainData.GetIndexer(bestSplitInfo.Feature), bestSplitInfo.
Threshold
, gtChild);
1138
Threshold
.ToByteArray(buffer, ref offset);