Dynamic\Transforms\NormalizeMeanVariance.cs (4)
20new DataPoint(){ Features = new float[4] { 1, 1, 3, 0} },
21new DataPoint(){ Features = new float[4] { 2, 2, 2, 0} },
22new DataPoint(){ Features = new float[4] { 0, 0, 1, 0} },
23new DataPoint(){ Features = new float[4] {-1,-1,-1, 1} }