5 writes to Label
Microsoft.ML.Samples (5)
Dynamic\DataOperations\SaveAndLoadFromText.cs (5)
21
new DataPoint(){
Label
= 0, Features = 4},
22
new DataPoint(){
Label
= 0, Features = 5},
23
new DataPoint(){
Label
= 0, Features = 6},
24
new DataPoint(){
Label
= 1, Features = 8},
25
new DataPoint(){
Label
= 1, Features = 9},
1 reference to Label
Microsoft.ML.Samples (1)
Dynamic\DataOperations\SaveAndLoadFromText.cs (1)
45
Console.WriteLine($"{row.
Label
}, {row.Features}");