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