2 writes to Y
Microsoft.ML.Tests (2)
TermEstimatorTests.cs (2)
99var xydata = new[] { new TestClassXY() { X = 10, Y = 100 }, new TestClassXY() { X = -1, Y = -100 } };