1 type derived from DataPoint
Microsoft.ML.Tests (1)
Transformers\ValueMappingTests.cs (1)
807private class TransformedData : DataPoint
5 instantiations of DataPoint
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 },