1 type derived from DataPoint
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\MapValue.cs (1)
99
private class TransformedData :
DataPoint
6 instantiations of DataPoint
Microsoft.ML.Samples (6)
Dynamic\Transforms\Conversion\MapValue.cs (6)
20
new
DataPoint
() { Timeframe = "0-4yrs" , Score = 1 },
21
new
DataPoint
() { Timeframe = "6-11yrs" , Score = 2 },
22
new
DataPoint
() { Timeframe = "12-25yrs" , Score = 3 },
23
new
DataPoint
() { Timeframe = "0-5yrs" , Score = 4 },
24
new
DataPoint
() { Timeframe = "12-25yrs" , Score = 5 },
25
new
DataPoint
() { Timeframe = "25+yrs" , Score = 5 },