5 writes to Age
Microsoft.ML.Samples (5)
Dynamic\Transforms\Conversion\HashWithOptions.cs (5)
20
new DataPoint() { Category = "MLB" ,
Age
= 18 },
21
new DataPoint() { Category = "NFL" ,
Age
= 14 },
22
new DataPoint() { Category = "NFL" ,
Age
= 15 },
23
new DataPoint() { Category = "MLB" ,
Age
= 18 },
24
new DataPoint() { Category = "MLS" ,
Age
= 14 },
1 reference to Age
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\HashWithOptions.cs (1)
74
$"{item.
Age
}\t {item.AgeHashed}");