4 writes to Features
Microsoft.ML.Samples (4)
Dynamic\Transforms\NormalizeBinning.cs (4)
21new DataPoint(){ Features = new float[4] { 8, 1, 3, 0} }, 22new DataPoint(){ Features = new float[4] { 6, 2, 2, 0} }, 23new DataPoint(){ Features = new float[4] { 4, 0, 1, 0} }, 24new DataPoint(){ Features = new float[4] { 2,-1,-1, 1} }