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