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