4 instantiations of DataPoint
Microsoft.ML.Samples (4)
Dynamic\Transforms\NormalizeMeanVariance.cs (4)
20
new
DataPoint
(){ Features = new float[4] { 1, 1, 3, 0} },
21
new
DataPoint
(){ Features = new float[4] { 2, 2, 2, 0} },
22
new
DataPoint
(){ Features = new float[4] { 0, 0, 1, 0} },
23
new
DataPoint
(){ Features = new float[4] {-1,-1,-1, 1} }
1 reference to DataPoint
Microsoft.ML.Samples (1)
Dynamic\Transforms\NormalizeMeanVariance.cs (1)
18
var samples = new List<
DataPoint
>()