4 writes to Age
Microsoft.ML.Samples (4)
Dynamic\Transforms\CustomMappingSaveAndLoad.cs (4)
25new InputData { Age = 26 }, 26new InputData { Age = 35 }, 27new InputData { Age = 34 }, 28new InputData { Age = 28 },
2 references to Age
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingSaveAndLoad.cs (2)
68Console.WriteLine($"{row.Age}\t {row.IsUnderThirty}"); 89output) => output.IsUnderThirty = input.Age < 30;