1 type derived from DataPoint
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\MapKeyToVectorMultiColumn.cs (1)
79private class TransformedData : DataPoint
6 instantiations of DataPoint
Microsoft.ML.Samples (6)
Dynamic\Transforms\Conversion\MapKeyToVectorMultiColumn.cs (6)
23new DataPoint() { Timeframe = 9, Category = 5 }, 24new DataPoint() { Timeframe = 8, Category = 4 }, 25new DataPoint() { Timeframe = 8, Category = 4 }, 26new DataPoint() { Timeframe = 9, Category = 3 }, 27new DataPoint() { Timeframe = 2, Category = 3 }, 28new DataPoint() { Timeframe = 3, Category = 5 }