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