1 type derived from InputData
Microsoft.ML.Samples (1)
Dynamic\Transforms\CopyColumns.cs (1)
83private class TransformedData : InputData
6 instantiations of InputData
Microsoft.ML.Samples (6)
Dynamic\Transforms\CopyColumns.cs (6)
18new InputData(){ ImageId = 1, Features = new [] { 1.0f, 1.0f, 21new InputData(){ ImageId = 2, Features = new [] { 2.0f, 2.0f, 24new InputData(){ ImageId = 3, Features = new [] { 3.0f, 3.0f, 27new InputData(){ ImageId = 4, Features = new [] { 4.0f, 4.0f, 30new InputData(){ ImageId = 5, Features = new [] { 5.0f, 5.0f, 33new InputData(){ ImageId = 6, Features = new [] { 6.0f, 6.0f,
1 reference to InputData
Microsoft.ML.Samples (1)
Dynamic\Transforms\CopyColumns.cs (1)
16var samples = new List<InputData>()