4 writes to Features
Microsoft.ML.Samples (4)
Dynamic\Transforms\NormalizeLogMeanVariance.cs (4)
20new DataPoint(){ Features = new float[5] { 1, 1, 3, 0, float.MaxValue } }, 21new DataPoint(){ Features = new float[5] { 2, 2, 2, 0, float.MinValue } }, 22new DataPoint(){ Features = new float[5] { 0, 0, 1, 0, 0} }, 23new DataPoint(){ Features = new float[5] {-1,-1,-1, 1, 1} }