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