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