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