6 writes to Score
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 },
1 reference to Score
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\MapValue.cs (1)
80
$"{featureRow.
Score
}\t{featureRow.ScoreCategory}");