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