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