Dynamic\Transforms\ApproximatedKernelMap.cs (4)
21new DataPoint(){ Features = new float[7] { 1, 1, 0, 0, 1, 0, 1} },
22new DataPoint(){ Features = new float[7] { 0, 0, 1, 0, 0, 1, 1} },
23new DataPoint(){ Features = new float[7] {-1, 1, 0,-1,-1, 0,-1} },
24new DataPoint(){ Features = new float[7] { 0,-1, 0, 1, 0,-1,-1} }