8 references to VarianceTargets
Microsoft.ML.FastTree (8)
Dataset\FeatureFlock.cs (8)
259(gainConfidenceInSquaredStandardDeviations * leafSplitCandidates.VarianceTargets 325double erfcArg = Math.Sqrt((bestShiftedGain - gainShift) * (totalCount - 1) / (2 * leafSplitCandidates.VarianceTargets * totalCount)); 389: (gainConfidenceInSquaredStandardDeviations * leafSplitCandidates.VarianceTargets 484double erfcArg = Math.Sqrt((bestShiftedGain - gainShift) * (totalCount - 1) / (2 * leafSplitCandidates.VarianceTargets * totalCount)); 609: (gainConfidenceInSquaredStandardDeviations * leafSplitCandidates.VarianceTargets 696double erfcArg = Math.Sqrt((bestShiftedGain - gainShift) * (totalCount - 1) / (2 * leafSplitCandidates.VarianceTargets * totalCount)); 831: (gainConfidenceInSquaredStandardDeviations * leafSplitCandidates.VarianceTargets 918double erfcArg = Math.Sqrt((bestShiftedGain - gainShift) * (totalCount - 1) / (2 * leafSplitCandidates.VarianceTargets * totalCount));