1 type derived from InputData
Microsoft.ML.Samples (1)
Dynamic\Transforms\CustomMappingSaveAndLoad.cs (1)
110private class TransformedData : InputData
4 instantiations of InputData
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 },
4 references to InputData
Microsoft.ML.Samples (4)
Dynamic\Transforms\CustomMappingSaveAndLoad.cs (4)
23var samples = new List<InputData> 83private class IsUnderThirtyCustomAction : CustomMappingFactory<InputData, 88public static void CustomAction(InputData input, CustomMappingOutput 91public override Action<InputData, CustomMappingOutput> GetMapping()