4 writes to Features
Microsoft.ML.Samples (4)
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} }