5 writes to Features
Microsoft.ML.Samples (5)
Dynamic\DataOperations\SaveAndLoadFromBinary.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 Features
Microsoft.ML.Samples (1)
Dynamic\DataOperations\SaveAndLoadFromBinary.cs (1)
45
Console.WriteLine($"{row.Label}, {row.
Features
}");