4 instantiations of DataPoint
Microsoft.ML.Tests (4)
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (4)
79
new
DataPoint
(){ Features = new float[4] { 8, 1, 3, 0},
82
new
DataPoint
(){ Features = new float[4] { 6, 2, 2, 0},
85
new
DataPoint
(){ Features = new float[4] { 4, 0, 1, 0},
88
new
DataPoint
(){ Features = new float[4] { 2,-1,-1, 1},
1 reference to DataPoint
Microsoft.ML.Tests (1)
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (1)
77
var samples = new List<
DataPoint
>()