6 writes to GainPValue
Microsoft.ML.FastTree (6)
Dataset\FeatureFlock.cs (4)
326
leafSplitCandidates.FeatureSplitInfo[featureIndex].
GainPValue
= ProbabilityFunctions.Erfc(erfcArg);
486
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
GainPValue
= ProbabilityFunctions.Erfc(erfcArg);
698
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
GainPValue
= ProbabilityFunctions.Erfc(erfcArg);
920
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
GainPValue
= ProbabilityFunctions.Erfc(erfcArg);
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
805
leafSplitCandidates.FeatureSplitInfo[feature].
GainPValue
= ProbabilityFunctions.Erfc(erfcArg);
1169
GainPValue
= buffer.ToDouble(ref offset);
2 references to GainPValue
Microsoft.ML.FastTree (2)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
290
bestSplitInfo.CategoricalSplit, bestSplitInfo.Threshold, bestSplitInfo.LteOutput, bestSplitInfo.GTOutput, bestSplitInfo.Gain, bestSplitInfo.
GainPValue
);
1142
GainPValue
.ToByteArray(buffer, ref offset);