4 instantiations of DataPoint
Microsoft.ML.Samples (4)
Dynamic\WithOnFitDelegate.cs (4)
21
new
DataPoint
(){ Features = new float[4] { 8, 1, 3, 0},
24
new
DataPoint
(){ Features = new float[4] { 6, 2, 2, 0},
27
new
DataPoint
(){ Features = new float[4] { 4, 0, 1, 0},
30
new
DataPoint
(){ Features = new float[4] { 2,-1,-1, 1},
1 reference to DataPoint
Microsoft.ML.Samples (1)
Dynamic\WithOnFitDelegate.cs (1)
19
var samples = new List<
DataPoint
>()