8 references to
Microsoft.ML.Predictor.Tests (3)
ResultProcessor\TestResultProcessor.cs (1)
21
public TestResultProcessor(ITestOutputHelper helper) :
base
(helper)
TestConcurrency.cs (1)
16
public TestConcurrency(ITestOutputHelper helper) :
base
(helper)
TestPredictors.cs (1)
1863
public TestPredictors(ITestOutputHelper helper) :
base
(helper)
Microsoft.ML.TestFramework (4)
TestInitialization.cs (4)
43
:
base
(helper)
171
:
base
(helper)
179
:
base
(helper)
237
:
base
(helper)
Microsoft.ML.Tests (1)
PermutationFeatureImportanceTests.cs (1)
23
public PermutationFeatureImportanceTests(ITestOutputHelper output) :
base
(output)