5 instantiations of DataPoint
Microsoft.ML.Samples (5)
Dynamic\Transforms\NormalizeSupervisedBinning.cs (5)
20
new
DataPoint
(){ Features = new float[4] { 8, 1, 3, 0},
23
new
DataPoint
(){ Features = new float[4] { 6, 2, 2, 1},
26
new
DataPoint
(){ Features = new float[4] { 5, 3, 0, 2},
29
new
DataPoint
(){ Features = new float[4] { 4,-8, 1, 3},
32
new
DataPoint
(){ Features = new float[4] { 2,-5,-1, 4},
1 reference to DataPoint
Microsoft.ML.Samples (1)
Dynamic\Transforms\NormalizeSupervisedBinning.cs (1)
18
var samples = new List<
DataPoint
>()