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