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