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