6 instantiations of InputData
Microsoft.ML.Samples (6)
Dynamic\Transforms\SelectColumns.cs (6)
18
new
InputData
(){ Age = 21, Gender = "Male", Education = "BS",
21
new
InputData
(){ Age = 23, Gender = "Female", Education = "MBA",
24
new
InputData
(){ Age = 28, Gender = "Male", Education = "PhD",
27
new
InputData
(){ Age = 22, Gender = "Male", Education = "BS",
30
new
InputData
(){ Age = 23, Gender = "Female", Education = "MS",
33
new
InputData
(){ Age = 27, Gender = "Female", Education = "PhD",
1 reference to InputData
Microsoft.ML.Samples (1)
Dynamic\Transforms\SelectColumns.cs (1)
16
var samples = new List<
InputData
>()