5 writes to Category
Microsoft.ML.Samples (5)
Dynamic\Transforms\Conversion\Hash.cs (5)
18
new DataPoint() {
Category
= "MLB" , Age = 18 },
19
new DataPoint() {
Category
= "NFL" , Age = 14 },
20
new DataPoint() {
Category
= "NFL" , Age = 15 },
21
new DataPoint() {
Category
= "MLB" , Age = 18 },
22
new DataPoint() {
Category
= "MLS" , Age = 14 },
1 reference to Category
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\Hash.cs (1)
59
Console.WriteLine($"{item.
Category
}\t {item.CategoryHashed}\t\t " +