2 instantiations of TestClass
Microsoft.ML.Tests (2)
Transformers\WordTokenizeTests.cs (2)
54
var data = new[] { new
TestClass
() { A = "This is a good sentence.", B = new string[2] { "Much words", "Wow So Cool" } } };
97
var data = new[] { new
TestClass
() { A = "This is a good sentence.", B = new string[2] { "Much words", "Wow So Cool" } } };