1 write to Feature2
Microsoft.ML.Samples (1)
Dynamic\Transforms\CalculateFeatureContribution.cs (1)
125Feature2 = (float)(rng.Next(10) * (rng.NextDouble() - 0.5)),
2 references to Feature2
Microsoft.ML.Samples (2)
Dynamic\Transforms\CalculateFeatureContribution.cs (2)
26new string[] { nameof(Data.Feature1), nameof(Data.Feature2) }) 130data.Feature2 + rng.NextDouble() - 0.5);