6 writes to ImageId
Microsoft.ML.Samples (6)
Dynamic\Transforms\CopyColumns.cs (6)
18
new InputData(){
ImageId
= 1, Features = new [] { 1.0f, 1.0f,
21
new InputData(){
ImageId
= 2, Features = new [] { 2.0f, 2.0f,
24
new InputData(){
ImageId
= 3, Features = new [] { 3.0f, 3.0f,
27
new InputData(){
ImageId
= 4, Features = new [] { 4.0f, 4.0f,
30
new InputData(){
ImageId
= 5, Features = new [] { 5.0f, 5.0f,
33
new InputData(){
ImageId
= 6, Features = new [] { 6.0f, 6.0f,
1 reference to ImageId
Microsoft.ML.Samples (1)
Dynamic\Transforms\CopyColumns.cs (1)
65
Console.WriteLine($"Label: {row.Label} ImageId: {row.
ImageId
}");