1 type derived from DataPoint
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\MapKeyToVector.cs (1)
86
private class TransformedData :
DataPoint
4 instantiations of DataPoint
Microsoft.ML.Samples (4)
Dynamic\Transforms\Conversion\MapKeyToVector.cs (4)
23
new
DataPoint
() { Timeframe = 8, PartA=1, PartB=2},
24
new
DataPoint
() { Timeframe = 7, PartA=2, PartB=1},
25
new
DataPoint
() { Timeframe = 8, PartA=3, PartB=2},
26
new
DataPoint
() { Timeframe = 3, PartA=3, PartB=3}