1 type derived from InputData
Microsoft.ML.Samples (1)
Dynamic\Transforms\StatefulCustomMapping.cs (1)
102
private class TransformedData :
InputData
9 instantiations of InputData
Microsoft.ML.Samples (9)
Dynamic\Transforms\StatefulCustomMapping.cs (9)
18
new
InputData
{ Sign = true },
19
new
InputData
{ Sign = true },
20
new
InputData
{ Sign = false },
21
new
InputData
{ Sign = true },
22
new
InputData
{ Sign = false },
23
new
InputData
{ Sign = true },
24
new
InputData
{ Sign = false },
25
new
InputData
{ Sign = false },
26
new
InputData
{ Sign = false },
2 references to InputData
Microsoft.ML.Samples (2)
Dynamic\Transforms\StatefulCustomMapping.cs (2)
16
var samples = new List<
InputData
>
32
Action<
InputData
, CustomMappingOutput, State> mapping =