1 write to Feature2
Microsoft.ML.Samples (1)
Dynamic\Trainers\Regression\PermutationFeatureImportance.cs (1)
116
Feature2
= (float)(rng.Next(10) * (rng.NextDouble() - 0.5)),
2 references to Feature2
Microsoft.ML.Samples (2)
Dynamic\Trainers\Regression\PermutationFeatureImportance.cs (2)
26
nameof(Data.
Feature2
) };
121
data.
Feature2
+ rng.NextDouble() - 0.5);