1 write to Feature2
Microsoft.ML.Samples (1)
Dynamic\Trainers\MulticlassClassification\PermutationFeatureImportanceLoadFromDisk.cs (1)
120Feature2 = (float)(rng.Next(10) * (rng.NextDouble() - 0.5)),
2 references to Feature2
Microsoft.ML.Samples (2)
Dynamic\Trainers\MulticlassClassification\PermutationFeatureImportanceLoadFromDisk.cs (2)
29new string[] { nameof(Data.Feature1), nameof(Data.Feature2) }; 125(bias + weight1 * data.Feature1 + weight2 * data.Feature2 +