3 instantiations of TestClass
Microsoft.ML.Tests (3)
Transformers\TextNormalizer.cs (3)
40
var data = new[] { new
TestClass
() { A = "A 1, b. c! йЁ 24 ", B = new string[2] { "~``ё 52ds й vc", "6ksj94 vd ё dakl Юds Ё q й" } },
41
new
TestClass
() { A = null, B =new string[2] { null, string.Empty } } };
80
var data = new[] { new
TestClass
() { A = "A 1, b. c! йЁ 24 ", B = new string[2] { "~``ё 52ds й vc", "6ksj94 vd ё dakl Юds Ё q й" } } };