1 write to Label
Microsoft.ML.Samples (1)
Dynamic\Transforms\CalculateFeatureContribution.cs (1)
129data.Label = (float)(bias + weight1 * data.Feature1 + weight2 *
1 reference to Label
Microsoft.ML.Samples (1)
Dynamic\Transforms\CalculateFeatureContribution.cs (1)
72Console.WriteLine("Label: " + prediction.Label + " Prediction: " +