4 instantiations of TestClass2
Microsoft.ML.Tests (4)
Transformers\TextFeaturizerTests.cs (4)
94var data = new[] { new TestClass2() { Features = "This is some text in english", OutputTokens=null}, 95new TestClass2() { Features = "This is another example", OutputTokens=null } }; 136var data = new[] { new TestClass2() { Features = "This is some text in english", OutputTokens=null}, 137new TestClass2() { Features = "This is another example", OutputTokens=null } };