1 type derived from InputData
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\ConvertType.cs (1)
54private sealed class TransformedData : InputData
5 instantiations of InputData
Microsoft.ML.Samples (5)
Dynamic\Transforms\Conversion\ConvertType.cs (5)
13new InputData() { Survived = true }, 14new InputData() { Survived = false }, 15new InputData() { Survived = true }, 16new InputData() { Survived = false }, 17new InputData() { Survived = false },