1 write to Feature1
Microsoft.ML.Samples (1)
Dynamic\Transforms\CalculateFeatureContributionCalibrated.cs (1)
131Feature1 = (float)(rng.Next(10) * (rng.NextDouble() - 0.5)),
2 references to Feature1
Microsoft.ML.Samples (2)
Dynamic\Transforms\CalculateFeatureContributionCalibrated.cs (2)
26new string[] { nameof(Data.Feature1), nameof(Data.Feature2) }) 136var value = bias + weight1 * data.Feature1 + weight2 * data.Feature2