2 instantiations of TestClassB
Microsoft.ML.Tests (2)
Transformers\TextNormalizer.cs (2)
45
var invalidData = new[] { new
TestClassB
() { A = 1, B = new float[2] { 1,4 } },
46
new
TestClassB
() { A = 2, B =new float[2] { 3,4 } } };