5 writes to Price
Microsoft.ML.Samples (5)
Dynamic\Transforms\Conversion\MapValueIdvLookup.cs (5)
20new DataPoint() { Price = 3.14f }, 21new DataPoint() { Price = 2000f }, 22new DataPoint() { Price = 1.19f }, 23new DataPoint() { Price = 2.17f }, 24new DataPoint() { Price = 33.784f },
1 reference to Price
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\MapValueIdvLookup.cs (1)
59Console.WriteLine($"{featureRow.Price}\t\t" +