1 type derived from InputData
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\ConvertTypeMultiColumn.cs (1)
87private class TransformedData : InputData
5 instantiations of InputData
Microsoft.ML.Samples (5)
Dynamic\Transforms\Conversion\ConvertTypeMultiColumn.cs (5)
20new InputData() { Feature1 = true, Feature2 = "0.4", 23new InputData() { Feature1 = false, Feature2 = "0.5", 26new InputData() { Feature1 = false, Feature2 = "14", 29new InputData() { Feature1 = false, Feature2 = "23", 32new InputData() { Feature1 = true, Feature2 = "8904",