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