1 type derived from InputData
Microsoft.ML.Samples (1)
Dynamic\Transforms\CustomMapping.cs (1)
77private class TransformedData : InputData
4 instantiations of InputData
Microsoft.ML.Samples (4)
Dynamic\Transforms\CustomMapping.cs (4)
22new InputData { Age = 26 }, 23new InputData { Age = 35 }, 24new InputData { Age = 34 }, 25new InputData { Age = 28 },
2 references to InputData
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMapping.cs (2)
20var samples = new List<InputData> 31Action<InputData, CustomMappingOutput> mapping =