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