5 writes to Price
Microsoft.ML.Tests (5)
Transformers\ValueMappingTests.cs (5)
755new DataPoint() { Price = 3.14f }, 756new DataPoint() { Price = 2000f }, 757new DataPoint() { Price = 1.19f }, 758new DataPoint() { Price = 2.17f }, 759new DataPoint() { Price = 33.784f },
2 references to Price
Microsoft.ML.Tests (2)
Transformers\ValueMappingTests.cs (2)
791Assert.Equal(rawData[i].Price, feature.Price);