2 writes to Age
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (2)
77Age = age; 210output.Merged.Age = input.One.Age + input.Two.Age;
4 references to Age
Microsoft.ML.Samples (4)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (4)
41", age " + firstAlien.Merged.Age + ", " + "height " + firstAlien 55", age " + superAlien.Merged.Age + ", height " + 210output.Merged.Age = input.One.Age + input.Two.Age;