1 type derived from DataPoint
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\MapValueIdvLookup.cs (1)
84private class TransformedData : DataPoint
5 instantiations of DataPoint
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 },